[llvm] [X86] Fix arithmetic error in extractVector (PR #128052)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 23:23:25 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:
Do not use `pr128052` as file name. This is used for issue number only.
https://github.com/llvm/llvm-project/pull/128052
More information about the llvm-commits
mailing list