llvm-project
0b5daeb2 - [GlobalISel] Fix miscompile when narrowing vector loads/stores to non-byte-sized types (#136739)

Commit
358 days ago
[GlobalISel] Fix miscompile when narrowing vector loads/stores to non-byte-sized types (#136739) LegalizerHelper::reduceLoadStoreWidth does not work for non-byte-sized types, because this would require (un)packing of bits across byte boundaries. Precommit tests: #134904
Parents
Loading