aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2011-04-15-RegisterCmpPeephole.ll
AgeCommit message (Collapse)Author
2011-04-15Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generateCameron Zwarich
a case involving EOR, so I only added a test for ORR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129610 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-15Add missing register forms of instructions to the ARM CMP-folding code. ThisCameron Zwarich
fixes <rdar://problem/9287901>. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129599 91177308-0d34-0410-b5e6-96231b3b80d8