[PATCH] D89564: Provide correct return type and additional description for llvm.test.set.loop.iterations.* in langref

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 03:00:18 PDT 2020


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

Thanks!



================
Comment at: llvm/docs/LangRef.rst:15489
 move of this value to a special register or a hardware-loop instruction.
+The result is a condition to determine whether the loop should be skipped.
 
----------------
Probably better to specify that this is a result of icmp ne %count, 0.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89564



More information about the llvm-commits mailing list