search for: xxxtargettransformimpl

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

2012 Oct 10
1
[LLVMdev] [llvm-commits] [patch] "TargetTransform" as an API between codegen and IR-level passes
...lar transformation such as LSR and LowerInvoke, and VectorTransformInfo, which is currently empty, and will be used by the vectorizers. The XXXTransformInfo classes are abstract classes which are implemented by concrete codegen classes. When the TargetMachine is initialized it creates the concrete XXXTargetTransformImpl classes and add creates the TargetTransformInfo analysis pass. Notice that the interface that the XXXinfo classes exposes is IR-level interface. >> >> This patch includes the following changes, broken into three patches. : >> >> 1. The new TargetTransform classes (TargetT...