Jeff Kunkel
2011-Jan-26 17:41 UTC
[LLVMdev] [LLVMDev] Where can I find the LLVM instruction to target instruction transformation
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110126/0e4d379b/attachment.html>
Duncan Sands
2011-Jan-26 20:53 UTC
[LLVMdev] [LLVMDev] Where can I find the LLVM instruction to target instruction transformation
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.
Seemingly Similar Threads
- [LLVMdev] [LLVMDev] Live Intervals and Finding the next usage
- [LLVMdev] [LLVMDev] [Question] The TargetRegisterClass has a confusing method.
- [LLVMdev] [LLVMDev] Has anyone written this?
- [LLVMdev] [LLVMDev] Has anyone written this?
- [LLVMdev] [LLVMDev] Profiling information