Skip to content

Commit 085d784

Browse files
committed
[X86] Add option 'disable-strictnode-mutation' for tests that respect
strict fp semantics. NFCI.
1 parent 4fccd38 commit 085d784

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/test/CodeGen/X86/fp128-libcalls-strict.ll

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx \
3-
; RUN: -enable-legalize-types-checking | FileCheck %s
3+
; RUN: -enable-legalize-types-checking \
4+
; RUN: -disable-strictnode-mutation | FileCheck %s
45
; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx \
5-
; RUN: -enable-legalize-types-checking | FileCheck %s
6+
; RUN: -enable-legalize-types-checking \
7+
; RUN: -disable-strictnode-mutation | FileCheck %s
68

79
; Check all soft floating point library function calls.
810

0 commit comments

Comments
 (0)