[PATCH] D122185: [RISCV] Use getSplatBuildVector instead of getSplatVector for fixed vectors.
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 30 09:43:34 PDT 2022
frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: sunshaoce.
Seems sensible to me, thanks.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-buildvec.ll:571
+; RV64-NEXT: vse32.v v8, (a0)
+; RV64-NEXT: vmv.v.i v9, 1
+; RV64-NEXT: vse32.v v8, (a1)
----------------
Huh, this is the only line that differs between RV32 and RV64? Not sure we've seen something like that before, have we?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122185/new/
https://reviews.llvm.org/D122185
More information about the llvm-commits
mailing list