[PATCH] D62604: [CodeGen] Generic Hardware Loop Support

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 02:13:26 PDT 2019


SjoerdMeijer added inline comments.


================
Comment at: include/llvm/IR/Intrinsics.td:1185
 
+def int_set_loop_iterations :
+  Intrinsic<[], [llvm_anyint_ty], [IntrNoDuplicate]>;
----------------
Do we need to document these intrinsics? Do they need to be 'experimental' first, like the ones above?


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

https://reviews.llvm.org/D62604





More information about the llvm-commits mailing list