[llvm-branch-commits] [llvm-branch] r117008 - /llvm/branches/ggreif/peephole-infrastructure/lib/Target/ARM/ARMBaseInstrInfo.cpp
Gabor Greif
ggreif at gmail.com
Thu Oct 21 06:14:39 PDT 2010
Author: ggreif
Date: Thu Oct 21 08:14:39 2010
New Revision: 117008
URL: http://llvm.org/viewvc/llvm-project?rev=117008&view=rev
Log:
baby step towards t2TSTrr elim
Modified:
llvm/branches/ggreif/peephole-infrastructure/lib/Target/ARM/ARMBaseInstrInfo.cpp
Modified: llvm/branches/ggreif/peephole-infrastructure/lib/Target/ARM/ARMBaseInstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/peephole-infrastructure/lib/Target/ARM/ARMBaseInstrInfo.cpp?rev=117008&r1=117007&r2=117008&view=diff
==============================================================================
--- llvm/branches/ggreif/peephole-infrastructure/lib/Target/ARM/ARMBaseInstrInfo.cpp (original)
+++ llvm/branches/ggreif/peephole-infrastructure/lib/Target/ARM/ARMBaseInstrInfo.cpp Thu Oct 21 08:14:39 2010
@@ -1474,6 +1474,7 @@
switch (MI->getOpcode()) {
case ARM::ANDrr:
case ARM::tAND:
+ case ARM::t2ANDrr:
return MI;
default:
return 0;
More information about the llvm-branch-commits
mailing list