diff options
author | Arnold Schwaighofer <aschwaighofer@apple.com> | 2013-10-12 18:56:27 +0000 |
---|---|---|
committer | Arnold Schwaighofer <aschwaighofer@apple.com> | 2013-10-12 18:56:27 +0000 |
commit | 24732c3363a9a442c14cf236c3de1086cdee6000 (patch) | |
tree | bb13ff4e0f982feedf44dc9915df59f86a6ba4a0 /test/Other | |
parent | fe82a3e360fc850e7551f2f1f32b58e539182c68 (diff) | |
download | external_llvm-24732c3363a9a442c14cf236c3de1086cdee6000.zip external_llvm-24732c3363a9a442c14cf236c3de1086cdee6000.tar.gz external_llvm-24732c3363a9a442c14cf236c3de1086cdee6000.tar.bz2 |
SLPVectorizer: Sort PHINodes based on their opcode
Before this patch we relied on the order of phi nodes when we looked for phi
nodes of the same type. This could prevent vectorization of cases where there
was a phi node of a second type in between phi nodes of some type.
This is important for vectorization of an internal graphics kernel. On the test
suite + external on x86_64 (and on a run on armv7s) it showed no impact on
either performance or compile time.
radar://15024459
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
0 files changed, 0 insertions, 0 deletions