[X86] Add option 'disable-strictnode-mutation' for tests that respect
authorWang, Pengfei <pengfei.wang@intel.com>
Fri, 22 Nov 2019 04:24:38 +0000 (12:24 +0800)
committerWang, Pengfei <pengfei.wang@intel.com>
Fri, 22 Nov 2019 04:26:55 +0000 (12:26 +0800)
strict fp semantics. NFCI.

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

index c7de03c..a37adcb 100644 (file)
@@ -1,8 +1,10 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx \
-; RUN:     -enable-legalize-types-checking | FileCheck %s
+; RUN:     -enable-legalize-types-checking \
+; RUN:     -disable-strictnode-mutation | FileCheck %s
 ; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx \
-; RUN:     -enable-legalize-types-checking | FileCheck %s
+; RUN:     -enable-legalize-types-checking \
+; RUN:     -disable-strictnode-mutation | FileCheck %s
 
 ; Check all soft floating point library function calls.