diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2024-04-11 15:47:09 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2024-04-11 15:47:09 +0100 |
commit | ff74236f342c7bc185f56a07bab7bd0cf356c7c6 (patch) | |
tree | f6369562ec55cabf276b8abd8e25f78f74f86a18 /clang/lib/Sema/SemaDecl.cpp | |
parent | 61ea1bc23aa941714be3ec818c922e4ee5a279a3 (diff) | |
download | llvm-ff74236f342c7bc185f56a07bab7bd0cf356c7c6.zip llvm-ff74236f342c7bc185f56a07bab7bd0cf356c7c6.tar.gz llvm-ff74236f342c7bc185f56a07bab7bd0cf356c7c6.tar.bz2 |
[VectorCombine] foldShuffleOfCastops - ensure we add all new instructions onto the worklist
When creating cast(shuffle(x,y)) we were only adding the cast() to the worklist, not the new shuffle, preventing recursive combines.
foldShuffleOfBinops is also failing to do this, but I still need to add test coverage for this.
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
0 files changed, 0 insertions, 0 deletions