llvm-project
d484c4d3 - [InterleavedLoadCombine] Bail out on non-byte-sized vector element type (#90705)

Commit
1 year ago
[InterleavedLoadCombine] Bail out on non-byte-sized vector element type (#90705) Vectors are always tightly packed, and elements of non-byte-sized usually do not have a well-defined (byte) offset. Fixes https://github.com/llvm/llvm-project/issues/90695.
Author
Parents
Loading