Comment 11 for bug 1365701

Revision history for this message
In , Eric-schweitz (eric-schweitz) wrote :

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