aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetData.cpp
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-09-29 06:33:25 +0000
committerNadav Rotem <nrotem@apple.com>2012-09-29 06:33:25 +0000
commit72f7b0811efef58080a909abbc14d74c40c0867d (patch)
treeb6382d9eb88191bc00bb83d3db24d7030fc0b9c2 /lib/Target/TargetData.cpp
parentaa64c182805702c3d3e5d414adaee10b39e9eef5 (diff)
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; git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetData.cpp')
0 files changed, 0 insertions, 0 deletions