1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

[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 8c7197a526
commit 146006f6d5

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.