aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineTraceMetrics.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-01-17 00:58:38 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-01-17 00:58:38 +0000
commit213a2f8b3f00d02324211dac1a4fcf9480110f80 (patch)
tree05315f6155c024dbe298c2ba7f4c11f8e0e18bc0 /llvm/lib/CodeGen/MachineTraceMetrics.cpp
parenteed4979db973d86042ebc1083240cc13378a4db1 (diff)
downloadllvm-213a2f8b3f00d02324211dac1a4fcf9480110f80.zip
llvm-213a2f8b3f00d02324211dac1a4fcf9480110f80.tar.gz
llvm-213a2f8b3f00d02324211dac1a4fcf9480110f80.tar.bz2
Provide a place for targets to insert ILP optimization passes.
Move the early if-conversion pass into this group. ILP optimizations usually need to find the right balance between register pressure and ILP using the MachineTraceMetrics analysis to identify critical paths and estimate other costs. Such passes should run together so they can share dominator tree and loop info analyses. Besides if-conversion, future passes to run here here could include expression height reduction and ARM's MLxExpansion pass. llvm-svn: 172687
Diffstat (limited to 'llvm/lib/CodeGen/MachineTraceMetrics.cpp')
0 files changed, 0 insertions, 0 deletions