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   __multi3   ;<-- on a 32-bit target?
        subl    $4, %esp
        movl    76(%esp), %eax

-- 
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 with SIGSEGV, reproducible with c file

To manage notifications about this bug go to:
https://bugs.launchpad.net/llvm/+bug/1365701/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to