Displaying 1 result from an estimated 1 matches for "sppecif".
Did you mean:
specif
2009 Jul 26
5
[LLVMdev] Whole program compile/link
Hi,
I have a little conundrum. I want to bitcode link a whole program, but
I've run into a roadblock. During code generation on a processor that
doesn't support e.g. floating point, a floating point mul is turned into
a function call. This isn't known at bitcode linking time so the
appropriate bitcode for the mul isn't linked.
Is there a pass I can run that will do the