[Bug 1365701]

2016-02-06 Thread Eric-schweitz
Created attachment 15837 Reduced bitcode test that emits __multi3 even though target is i386 I'm able to get a call to __multi3 from this test using: opt -O2 reduce.bc -o file2 llc file2 -o file3 grep __multi3 file3 movl$0, 16(%esp) movl$0, 12(%esp) calll

[Bug 1365701]

2016-02-06 Thread Eric-schweitz
I was able to replicate this bug in 3.7.1. (Different source. Looks like the 128-bit multiply comes from indvars, btw.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365701 Title: clang crashed