diff options
author | Matthew Simpson <mssimpso@codeaurora.org> | 2016-06-10 11:27:51 +0000 |
---|---|---|
committer | Matthew Simpson <mssimpso@codeaurora.org> | 2016-06-10 11:27:51 +0000 |
commit | b16907f17abaa49469a5a6538a938127f247d31f (patch) | |
tree | 2392843ab0abc8e7421fec8e22988471e7bfc757 /lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns.cpp | |
parent | 945231ada50701821ceabe450f595aa8274eb2f0 (diff) | |
download | bcm5719-llvm-b16907f17abaa49469a5a6538a938127f247d31f.tar.gz bcm5719-llvm-b16907f17abaa49469a5a6538a938127f247d31f.zip |
[TTI] Refine default cost for interleaved load groups with gaps
This patch refines the default cost for interleaved load groups having gaps. If
a load group has gaps, the legalized instructions corresponding to the unused
elements will be dead. Thus, we don't need to account for them in the cost
model. Instead, we only need to account for the fraction of legalized loads
that will actually be used.
Differential Revision: http://reviews.llvm.org/D20873
llvm-svn: 272385
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns.cpp')
0 files changed, 0 insertions, 0 deletions