llvm-project/llvm/test/Transforms/AggressiveInstCombine
Nikita Popov 4167b285e2
[AggressiveInstCombine] Create zext during store merge (#181125)
The top extracted value can include shifted-in zero bits. In that case
we should emit a zext before the new store.

Fixes https://github.com/llvm/llvm-project/issues/181117.
2026-02-12 14:41:00 +01:00
..