http://llvm.org/bugs/show_bug.cgi?id=22063
Alexey Samsonov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |DUPLICATE --- Comment #3 from Alexey Samsonov <[email protected]> --- This is most likely caused by the slowdown in register allocation (see http://llvm.org/bugs/show_bug.cgi?id=21349 and http://llvm.org/bugs/show_bug.cgi?id=17409). You can try to build the specific source code file with -fno-sanitize=undefined to disable UBSan checks in it, or lower optimization level, or add "-mllvm -regalloc=pbqp" which could work faster. *** This bug has been marked as a duplicate of bug 21349 *** -- 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
