[all-commits] [llvm/llvm-project] fde746: [LV] Add tests for incorrect narrowing of IGs with...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Mar 12 10:00:55 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fde746470b73dca357dace2c77634fa7c1fec903
https://github.com/llvm/llvm-project/commit/fde746470b73dca357dace2c77634fa7c1fec903
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-03-12 (Thu, 12 Mar 2026)
Changed paths:
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-scalable.ll
Log Message:
-----------
[LV] Add tests for incorrect narrowing of IGs with scalable vectors.
Add test coverage for mis-compile in https://github.com/llvm/llvm-project/issues/185860.
Currently a wide load gets incorrectly narrowed to a single-scalar one
with scalable VFs, which only loads one element instead of the needed
vscale elements.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list