Displaying 1 result from an estimated 1 matches for "libx86shuffledecode".
2011 Feb 15
0
[LLVMdev] Need Advice: X86ShuffleDecode Problem
...header in the first place. Moving them to their own .cpp causes a
circular dependence between libLLVMX86AsmPrinter.a and
libLLVMX86CodeGen.a. Putting them in the header seems to be a big hack
to get around this problem.
I need a way out. One option would be to create another X86 target
library (libX86ShuffleDecode.a? We would need a better name). Another
option is to use #ifdef code in X86ShuffleDecode.hpp but I really don't
want to go that route. A third option might be to make some client code
uglier by requiring it to compute types before calling functions in
X86ShuffleDecode.hpp. I haven't tr...