[PATCH] D134586: [VP][RISCV] Add vp.ceil and RISC-V support

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 09:39:22 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/IR/VPIntrinsics.def:248
+// llvm.vp.ceil(x,mask, vlen)
+BEGIN_REGISTER_VP(vp_ceil, 1, 2, VP_CEIL, -1)
+END_REGISTER_VP(vp_ceil, VP_CEIL)
----------------
This should be VP_FCEIL to match the naming of ISD::FCEIL.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134586



More information about the llvm-commits mailing list