[PATCH] D97020: [RISCV] Remove redundant test cases for index segment load (1/8).

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 19:40:16 PST 2021


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

I verified that the number of tests now match the number of C intrinsics defined here https://github.com/riscv/rvv-intrinsic-doc/blob/master/rvv_intrinsic_funcs/03_vector_load_store_segment_instructions_zvlsseg.md#vector-indexed-segment-load-functions minus intrinsics that require i64 which we aren't testing on rv32.

LGTM


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97020



More information about the llvm-commits mailing list