aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/InstructionSimplify.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-05-05 19:32:21 +0000
committerAndrew Trick <atrick@apple.com>2011-05-05 19:32:21 +0000
commitee1091589225d8de4cb8bc065bff9376bbe661eb (patch)
treeae8477dcc5244a3e8d0d660398d628b177a3bbca /lib/Analysis/InstructionSimplify.cpp
parentf405b1ad19940ddd0b66ec0761e636b953af2c2e (diff)
ARM post RA scheduler compile time fix.
BuildSchedGraph was quadratic in the number of calls in the basic block. After this fix, it keeps only a single call at the top of the DefList so compile time doesn't blow up on large blocks. This reduces postRA sched time on an external test case from 81s to 0.3s. Although r130800 (reduced ARM register alias defs) also partially fixes the issue by reducing the constant overhead of checking call interference by an order of magnitude. Fixes <rdar://problem/7662664> very poor compile time with post RA scheduling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/InstructionSimplify.cpp')
0 files changed, 0 insertions, 0 deletions