[llvm-commits] [llvm] r81288 - /llvm/trunk/test/CodeGen/Thumb2/thumb2-cmp.ll
Chris Lattner
sabre at nondot.org
Tue Sep 8 23:14:39 PDT 2009
On Sep 8, 2009, at 10:41 PM, Evan Cheng wrote:
>> +++ llvm/trunk/test/CodeGen/Thumb2/thumb2-cmp.ll Tue Sep 8 18:44:53
>> 2009
>> @@ -19,7 +19,7 @@
>> ; 0xcc00cc00 = 3422604288
>> define i1 @f3(i32 %a) {
>> ; CHECK: f3:
>> -; CHECK: cmp.w r0, #3422604288
>> +; CHECK: cmp r0, #-872363008
>
> This is definitely breaking Thumb2. It now believes the cmp is a 16-
> bit instruction. I'll check what's going on.
Thanks Evan!
-Chris
More information about the llvm-commits
mailing list