[X86] Add option 'disable-strictnode-mutation' for tests that respect

strict fp semantics. NFCI.
This commit is contained in:
Wang, Pengfei 2019-11-22 12:24:38 +08:00
parent 4fccd383d5
commit 085d7847aa
1 changed files with 4 additions and 2 deletions

View 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.