[llvm-commits] [llvm] r106309 - in /llvm/trunk: lib/Target/ARM/ARMBaseRegisterInfo.cpp lib/Target/ARM/ARMInstrInfo.td utils/TableGen/ARMDecoderEmitter.cpp
Dale Johannesen
dalej at apple.com
Fri Jun 18 13:52:01 PDT 2010
Right, had ARM and Thumb reversed. Things like that happen when I
can't test:( Revision coming.
On Jun 18, 2010, at 1:48 PMPDT, Anton Korobeynikov wrote:
> Dale,
>
>> def TAILJMPdND : ABXI<0b1010, (outs), (ins brtarget:$dst,
>> variable_ops),
>> IIC_Br, "b.w\t$dst @ TAILCALL",
>> - []>, Requires<[IsNotDarwin]>;
>> + []>, Requires<[IsARM, IsNotDarwin]>;
> This won't work as I already outlined - "b.w" is thumb-only
> instruction
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State
> University
More information about the llvm-commits
mailing list