[llvm-commits] [llvm] r73622 - in /llvm/trunk: lib/Target/ARM/ARMISelDAGToDAG.cpp lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp test/CodeGen/ARM/thumb2-add.ll test/CodeGen/ARM/thumb2-m

Anton Korobeynikov anton at korobeynikov.info
Tue Jun 23 00:18:47 PDT 2009


Hi, Evan

> While this pattern is no doubt matching what you have in mind, it
> seems like it will match a lot more then it's intended. It can match
> imm2 that's any immediate with low 16-bits all one. It doesn't have to
> have any connection with the other immediate.
Nice catch, right! How one would match the mentioned case then?

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list