[llvm-commits] [llvm] r106299 - in /llvm/trunk: lib/Target/ARM/ARMISelLowering.cpp test/CodeGen/ARM/call-tc.ll test/CodeGen/ARM/ifcvt6-tc.ll test/CodeGen/ARM/insn-sched1-tc.ll test/CodeGen/ARM/ldm-tc.ll test/CodeGen/Thumb2/thumb2-call-tc.ll test/
Dale Johannesen
dalej at apple.com
Fri Jun 18 14:00:12 PDT 2010
On Jun 18, 2010, at 1:47 PMPDT, Anton Korobeynikov wrote:
>> Well, that definitely works on darwin.
> Well, this only means that darwin assembler is buggy. According to
> A8.6.16 "b.w" is available only in T3/T4 encoding and thus is invalid
> in ARM mode.
Incidentally, I don't think this is right; A8.2 says .W has no effect
in ARM mode. I don't think it's the Darwin assembler that's buggy.
More information about the llvm-commits
mailing list