http://llvm.org/bugs/show_bug.cgi?id=5959
Dale Johannesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Dale Johannesen <[email protected]> 2010-01-06 13:42:28 --- This test isn't compilable as it uses #elseif instead of #elif. Fixing that manually and using the appropriate -D, I don't see the effect you mention on either X86-32 or PPC with the current TOT. Presumably this has been fixed since 2.6. Inner loop on PPC-32 at -O1: LBB1_1: mr r4, r6 mr r6, r7 addi r7, r3, 1 cmplwi cr0, r7, 4 ; InlineAsm Start addi r8, r3, 100 ; InlineAsm End mr r3, r7 mr r7, r5 mr r5, r8 bne cr0, LBB1_1 -- 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
