[PATCH] D97021: [RISCV] Prevent selecting a 0 VL to X0 for the segment load/store intrinsics.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 06:18:57 PST 2021


frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.

LGTM otherwise.



================
Comment at: llvm/test/CodeGen/RISCV/rvv/zvlsseg-zero-vl.ll:6
+; Make sure we don't select a 0 vl to X0 in the custom isel handlers we use
+; for these intrinsics.1
+
----------------
Stray `1` at the end here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97021/new/

https://reviews.llvm.org/D97021



More information about the llvm-commits mailing list