diff options
author | Matthew Simpson <mssimpso@codeaurora.org> | 2016-09-21 16:50:24 +0000 |
---|---|---|
committer | Matthew Simpson <mssimpso@codeaurora.org> | 2016-09-21 16:50:24 +0000 |
commit | 15869f86d84927ceb965eb5eaecabf523d8c7eb9 (patch) | |
tree | 51acc1d72ca8e54fd0fcbee7742c1f98b0be05f1 /llvm/test/CodeGen/ARM | |
parent | 2e217b87cbd844720ed2e46d003d6fb59ad087d9 (diff) | |
download | bcm5719-llvm-15869f86d84927ceb965eb5eaecabf523d8c7eb9.tar.gz bcm5719-llvm-15869f86d84927ceb965eb5eaecabf523d8c7eb9.zip |
[LV] Don't emit unused scalars for uniform instructions
If we identify an instruction as uniform after vectorization, we know that we
should only use the value corresponding to the first vector lane of each unroll
iteration. However, when scalarizing such instructions, we still produce values
for the other vector lanes. This patch prevents us from generating the unused
scalars.
Differential Revision: https://reviews.llvm.org/D24275
llvm-svn: 282087
Diffstat (limited to 'llvm/test/CodeGen/ARM')
0 files changed, 0 insertions, 0 deletions