[PATCH] D118168: [LLVM] Introduce llvm.loop.finite metadata to represent loops which are known to iterate a finite number of times
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 6 14:56:35 PST 2022
jdoerfert added a comment.
In D118168#3362338 <https://reviews.llvm.org/D118168#3362338>, @nlopes wrote:
> Let me come back the usefulness question: which frontend can mark loops as finite but can't mark functions as willreturn?
It's not only frontends, assuming we want to avoid reanalizing a loop.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118168/new/
https://reviews.llvm.org/D118168
More information about the llvm-commits
mailing list