http://llvm.org/bugs/show_bug.cgi?id=4705
Anton Korobeynikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #12 from Anton Korobeynikov <[email protected]> 2009-12-12 19:03:37 --- Fixed in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20091207/092504.html This turned out to be weird typo during EVT-ization: only 3 entries were requested for the VT list having 4 elements. Thus, the last element occupis unallocated area and would happily be overwritten in next VT list construction. I believe nobody saw such weird behaviour since very few targets (do we have any except msp430?) has nodes with exactly 4 results... -- 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
