http://llvm.org/bugs/show_bug.cgi?id=10949
Matt Pharr <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #5 from Matt Pharr <[email protected]> 2011-09-19 16:54:28 CDT --- Interesting. If I run it like that, then I get the same output (which is correct). However, if I compile it like: % llc -mattr=+avx -filetype=obj bug.ll -o bug.o % gcc bug.o % ./a.out Then I still get the incorrect output. -- 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
