[PATCH] D123324: [VP] Explicitly map from VP intrinsic to ISD opcode
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 7 12:22:41 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/include/llvm/IR/VPIntrinsics.def:313
+// VP_SETCC (ISel only)
+BEGIN_REGISTER_VP_SDNODE(VP_SETCC, 0, vp_setcc, 3, 4)
+END_REGISTER_VP_SDNODE(VP_SETCC)
----------------
Does anything use the operand that vp_setcc is being used for? Can we remove it in follow up?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123324/new/
https://reviews.llvm.org/D123324
More information about the llvm-commits
mailing list