search for: recentlytargetdata

Displaying 1 result from an estimated 1 matches for "recentlytargetdata".

2012 Oct 10
1
[LLVMdev] [llvm-commits] [patch] "TargetTransform" as an API between codegen and IR-level passes
...lass provides information for a different set of optimizations. Currently only one interface is implemented and I ported LSR and LowerInvoke to use it. >> >> Here's the general design. We have a new Analysis pass called "TargetTransformInfo". Much like DataLayout (until recentlyTargetData), it exists in the pass manager and can be obtained using getAnalysisIfAvailable call. This analysis can provide a number of classes. Currently there are two interfaces: ScalarTransformInfo, which is used by scalar transformation such as LSR and LowerInvoke, and VectorTransformInfo, which is curr...