Displaying 1 result from an estimated 1 matches for "machineintruct".
2012 Dec 19
1
[LLVMdev] Testing Target Optimization via ASM Injection
Hi Renato,
Thanks for the response. While it is true that creating an IR optimization
gives a better return due to it being applicable to any target ASM, there
are also a lot of target specific optimizations that devs have felt are
worthwhile enough to create, such as the ARMLoadStoreOptimizer.cpp file
which contains ARM specific ASM optimizations. So I know that target
specific optimizations are