https://bugs.llvm.org/show_bug.cgi?id=22970

Simon Pilgrim <llvm-...@redking.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |llvm-...@redking.me.uk
         Resolution|---                         |FIXED

--- Comment #7 from Simon Pilgrim <llvm-...@redking.me.uk> ---
Looks good in trunk - added test at rL301401.

tst2(int*, int):                             # @tst2(int*, int)
        andl    $4095, %esi             # imm = 0xFFF
        movl    32(%rdi,%rsi,4), %eax
        retq

tst2(int*, long):                             # @tst2(int*, long)
        andl    $4095, %esi             # imm = 0xFFF
        movl    32(%rdi,%rsi,4), %eax
        retq

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to