[PATCH] D152993: [VP][RISCV] Add vp.fpclass and RISC-V support

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 06:21:03 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/include/llvm/IR/Intrinsics.td:2006
                                llvm_i32_ty]>;
+  def int_vp_fpclass: DefaultAttrsIntrinsic<[ llvm_anyvector_ty ],
+                              [ llvm_anyvector_ty,
----------------
should be is_fpclass. No is implies returning an i32 for the class, like fpclassify


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152993



More information about the llvm-commits mailing list