[PATCH] D80316: [HardwareLoops] Intrinsic LangRef descriptions

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 06:59:07 PDT 2020


samparker accepted this revision.
samparker added a comment.
This revision is now accepted and ready to land.

With the one change, LGTM. Thanks again.



================
Comment at: llvm/docs/LangRef.rst:14883
+
+      declare void @llvm.test.set.loop.iterations.i32(i32)
+      declare void @llvm.test.set.loop.iterations.i64(i64)
----------------
Missed this bit, these should return an i1.


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

https://reviews.llvm.org/D80316





More information about the llvm-commits mailing list