diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-07-06 18:09:08 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-07-06 18:09:08 +0000 |
commit | 8ff71575138f08a344067f29f992eb0126422a88 (patch) | |
tree | 17e30748e0b6345cb5ac2fa01f2739eb460ebf84 /llvm/lib/Transforms | |
parent | 8848a7a6b253b9bba64283d4d754c2b52138c48a (diff) | |
download | bcm5719-llvm-8ff71575138f08a344067f29f992eb0126422a88.tar.gz bcm5719-llvm-8ff71575138f08a344067f29f992eb0126422a88.zip |
[X86][SSE] Fixed typo in insertps lowering.
We were checking for 2 insertions (which is caught earlier in the pattern matching loop) instead of the case where we have no insertions.
Turns out this code never fires as we always try to lower to insertps after trying to lower to blendps, which would catch these cases - I'm about to make some changes to support combining to insertps which could cause this to fire so I don't want to remove it.
llvm-svn: 274648
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions