[PATCH] D87262: [Inliner] Apply llvm.loop.mustprogress to callee loops if callee is `mustprogress`
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 12:46:56 PDT 2020
nikic added a comment.
Assuming it's not part of some other patch, this should also add a LangRef entry for the `llvm.loop.mustprogress` metadata.
I also don't see where this avoids applying the metadata if the caller is mustprogress as well. Seems to work fine in the tests, but I don't understand why looking at the code...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87262/new/
https://reviews.llvm.org/D87262
More information about the llvm-commits
mailing list