aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-27 23:26:37 +0000
committerChris Lattner <sabre@nondot.org>2008-01-27 23:26:37 +0000
commit15c2351a933216fe2d93ec1da08297f5b37c6aaf (patch)
treec48ded5fc9e38caeda03876addbbeaa085514af7 /lib/CodeGen/SelectionDAG/DAGCombiner.cpp
parentee339f4b2ab3e7789f02a714bbd8b1fb9f956467 (diff)
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
0 files changed, 0 insertions, 0 deletions