Commit 085d7847 authored by Wang, Pengfei's avatar Wang, Pengfei
Browse files

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

strict fp semantics. NFCI.
parent 4fccd383
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
; 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.