[llvm] [RISCV] Allow larger offset when matching build_vector as vid sequence (PR #144756)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 17:09:11 PDT 2025
================
@@ -103,18 +103,16 @@ define <8 x i1> @fv8(ptr %p, i64 %index, i64 %tc) {
define <32 x i1> @fv32(ptr %p, i64 %index, i64 %tc) {
----------------
topperc wrote:
Not blocking for this patch but there's an extra `ptr %p` argument that isn't used.
https://github.com/llvm/llvm-project/pull/144756
More information about the llvm-commits
mailing list