mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Update this test. Due to dag combiner improvements, we now compile
f7/f11 to: _f7: eor r0, r0, #2, 2 @ -2147483648 bx lr _f11: bic r0, r0, #2, 2 @ -2147483648 bx lr instead of: _f7: fmsr s0, r0 fnegs s0, s0 fmrs r0, s0 bx lr _f11: fmsr s0, r0 fabss s0, s0 fmrs r0, s0 bx lr llvm-svn: 46423
This commit is contained in:
parent
3d4fa8f00f
commit
26a8116f49
@ -3,7 +3,7 @@
|
||||
; RUN: grep faddd %t
|
||||
; RUN: grep fmuls %t
|
||||
; RUN: grep fmuld %t
|
||||
; RUN: grep fnegs %t
|
||||
; RUN: grep eor %t
|
||||
; RUN: grep fnegd %t
|
||||
; RUN: grep fdivs %t
|
||||
; RUN: grep fdivd %t
|
||||
|
Loading…
Reference in New Issue
Block a user