diff options
author | hanbeom <kese111@gmail.com> | 2024-11-13 20:16:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 11:16:09 +0000 |
commit | d942f5e13dd03e902ae77602c5a1781d04ac18a3 (patch) | |
tree | 8a6d1f65c08064970a121e2d2d6da786d241444a /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 67b81e2120697b90f7c6595b73eb5fc94f437320 (diff) | |
download | llvm-d942f5e13dd03e902ae77602c5a1781d04ac18a3.zip llvm-d942f5e13dd03e902ae77602c5a1781d04ac18a3.tar.gz llvm-d942f5e13dd03e902ae77602c5a1781d04ac18a3.tar.bz2 |
[VectorCombine] Combine extract/insert from vector into a shuffle (#115213)
insert (DstVec, (extract SrcVec, ExtIdx), InsIdx) --> shuffle (DstVec, SrcVec, Mask)
This commit combines extract/insert on a vector into Shuffle with vector.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions