search for: targettransform_passes

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

2012 Oct 10
1
[LLVMdev] [llvm-commits] [patch] "TargetTransform" as an API between codegen and IR-level passes
...-level interface. >> >> This patch includes the following changes, broken into three patches. : >> >> 1. The new TargetTransform classes (TargetTransform_Infra.diff) >> 2. Changes to LSR and LowerInvoke to use this new infrastructure and break the dependency on TLI (TargetTransform_Passes.diff). >> 3. Changes to the command line tools OPT and LLC. Opt now links with the codegen (TargetTransform_tools.diff). >> >> <TargetTransform_everything.diff><TargetTransform_Infra.diff><TargetTransform_tools.diff><TargetTransform_Passes.diff> >>...