OSDN Git Service

Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generate
authorCameron Zwarich <zwarich@apple.com>
Fri, 15 Apr 2011 21:24:38 +0000 (21:24 +0000)
committerCameron Zwarich <zwarich@apple.com>
Fri, 15 Apr 2011 21:24:38 +0000 (21:24 +0000)
commit0cb11ac32fc09c5db42fb801db242ac9fb51f6b1
tree9ab277597e35edd12827665a3179cdd1b21e595f
parent3e03e5d2a95670efec327550d15895c25e7fc43b
Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generate
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
lib/Target/ARM/ARMBaseInstrInfo.cpp
test/CodeGen/ARM/2011-04-15-RegisterCmpPeephole.ll