[llvm] [X86] Fix arithmetic error in extractVector (PR #128052)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 23:24:36 PST 2025
================
@@ -0,0 +1,30 @@
+; Ensure assertion is not hit when folding concat of two contiguous extract_subvector operations
+; from a source with a non-power-of-two vector length.
----------------
phoebewang wrote:
It doesn't crash on trunk? https://godbolt.org/z/vrvcGE71z
https://github.com/llvm/llvm-project/pull/128052
More information about the llvm-commits
mailing list