http://llvm.org/bugs/show_bug.cgi?id=4216
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #20 from Chris Lattner <[email protected]> 2010-01-11 00:56:41 --- Finally fixed with r93147 as the last patch: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100111/093983.html clang now generates this at -m64: _test_bitfield: orl $32962, %edi movl $4294941946, %eax andq %rdi, %rax ret -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
