summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-09-29 10:25:35 +0000
committerDuncan Sands <baldrick@free.fr>2012-09-29 10:25:35 +0000
commitfb9d30dd648c04fba2a1eb0c4366924e14eecd46 (patch)
tree33b8a2e085a01c6dbbbce8fe3802af872fe69d40 /llvm/lib/Transforms
parent261c9683e27ed70c930288a312fc27d6b7c2c7cd (diff)
downloadbcm5719-llvm-fb9d30dd648c04fba2a1eb0c4366924e14eecd46.tar.gz
bcm5719-llvm-fb9d30dd648c04fba2a1eb0c4366924e14eecd46.zip
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
buildbots. Original commit message: A DAGCombine optimization for merging consecutive stores. This optimization is not profitable in many cases because moden processos can store multiple values in parallel, and preparing the consecutive store requires some work. We only handle these cases: 1. Consecutive stores where the values and consecutive loads. For example: int a = p->a; int b = p->b; q->a = a; q->b = b; 2. Consecutive stores where the values are constants. Foe example: q->a = 4; q->b = 5; llvm-svn: 164890
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud