[all-commits] [llvm/llvm-project] 8cb7d8: [VectorCombine] Do not try to operate on OperandBu...
David Green via All-commits
all-commits at lists.llvm.org
Mon Oct 14 23:53:44 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 8cb7d8a70d81f836a5e4d1f1a8be4989ac8d2671
https://github.com/llvm/llvm-project/commit/8cb7d8a70d81f836a5e4d1f1a8be4989ac8d2671
Author: David Green <david.green at arm.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Transforms/VectorCombine/AArch64/shuffletoidentity.ll
Log Message:
-----------
[VectorCombine] Do not try to operate on OperandBundles. (#111635)
This bails out if we see an intrinsic with an operand bundle on it, to
make sure we don't process the bundles incorrectly.
Fixes #110382.
(cherry picked from commit c136d3237a3c6230cfe1ab3f0f6790f903c54a27)
Commit: 04199538e3a293303514d93346ddd02bbf1c0314
https://github.com/llvm/llvm-project/commit/04199538e3a293303514d93346ddd02bbf1c0314
Author: David Green <david.green at arm.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M llvm/test/Transforms/VectorCombine/AArch64/shuffletoidentity.ll
Log Message:
-----------
Update test since trunk
Compare: https://github.com/llvm/llvm-project/compare/dedbdfb70daf...04199538e3a2
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