[PATCH] D121292: [VP] Add vp.fcmp comparison intrinsic and docs

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 07:01:24 PDT 2022


simoll added inline comments.
Herald added a subscriber: StephenFan.


================
Comment at: llvm/include/llvm/IR/Intrinsics.td:1568
+let IntrProperties = [IntrNoMem, IntrNoSync, IntrWillReturn] in {
+  def int_vp_fcmp : DefaultAttrsIntrinsic<[ LLVMScalarOrSameVectorWidth<0, llvm_i1_ty> ],
+                                [ llvm_anyvector_ty,
----------------
Does `DefaultAttrsIntrinsic` imply `speculatable` ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121292



More information about the llvm-commits mailing list