The langref description for llvm.test.set.loop.iterations.* seems to be missing the i1 return type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
llvm/docs/LangRef.rst | ||
---|---|---|
15502 | Probably better to specify that this is a result of icmp ne %count, 0. |
Comment Actions
Rebase and change description to more accurately specify the result of the intrinsic.
Comment Actions
Thanks for the review @samparker
Also, I don't have commit access so could anybody else land this as soon as it's good to go?
Probably better to specify that this is a result of icmp ne %count, 0.