Files
clang-p2996/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
Nikita Popov d484c4d350 [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.
2024-05-02 09:38:09 +09:00

43 KiB