http://llvm.org/bugs/show_bug.cgi?id=10104
Cameron Zwarich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Cameron Zwarich <[email protected]> 2011-06-08 20:48:36 CDT --- I fixed it a bit differently in r132766., by adding a bounds check on the implied vector access. I think there are still some crazy theoretical edge cases here with vector types whose allocated size differs from their bitwise size, but I'll try to make some test cases. I might have to make up some fake TargetData to trigger them. -- 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
