[PATCH] D106044: [RISCV] Update to vcpop.m, vlm.v and vsm.v according to v1.0-rc1.

Roger Ferrer Ibanez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 15 01:51:50 PDT 2021


rogfer01 added a comment.

I'm confused because the PDF at https://github.com/riscv/riscv-v-spec/releases/tag/v1.0-rc1  doesn't seem to describe  `vcpop.m`.

I can see this has changed in the ToT https://github.com/riscv/riscv-v-spec/blob/master/v-spec.adoc#changes-from-v1-0-rc1

Perhaps this will be part of a future 1.0-rc2?



================
Comment at: llvm/test/CodeGen/RISCV/rvv/vse1-rv64.ll:12
+; CHECK-NEXT:    sd ra, 8(sp) # 8-byte Folded Spill
+; CHECK-NEXT:    call llvm.riscv.vse1.nxv1i1 at plt
+; CHECK-NEXT:    ld ra, 8(sp) # 8-byte Folded Reload
----------------
Is this expected?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106044



More information about the cfe-commits mailing list