[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
Evan Cheng
evan.cheng at apple.com
Tue Jun 23 00:21:09 PDT 2009
On Jun 23, 2009, at 12:18 AM, Anton Korobeynikov wrote:
> 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?
Let's not worry about missing cases now. I'll try to fix up these as
much as I can. I'm trying to get the basic stuff right first.
Evan
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State
> University
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list