Where can I find the LLVM instruction to target instruction transformation. I would like to see if this can be further optimized.
- Thanks
Jeff Kunkel
Where can I find the LLVM instruction to target instruction transformation. I would like to see if this can be further optimized.
Hi Jeff,
Where can I find the LLVM instruction to target instruction transformation. I
would like to see if this can be further optimized.
it starts with SelectionDAGBuilder.cpp, if I correctly understood what you are
asking.
Ciao, Duncan.