[PATCH] D93809: [RISCV] Add intrinsics for vcompress instruction

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 27 20:43:09 PST 2020


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/vcompress-rv32.ll:13
+; CHECK:       # %bb.0: # %entry
+; CHECK-NEXT:    vsetvli a0, a0, e8,mf8,ta,mu
+; CHECK-NEXT:    vcompress.vm v16, v17, v0
----------------
Based on the way this intrinsic is defined, this can't be tail agnostic can it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93809



More information about the llvm-commits mailing list