[PATCH] D87262: [Inliner] Apply llvm.loop.mustprogress to callee loops if callee is `mustprogress`

Atmn Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 18:06:37 PDT 2020


atmnpatel updated this revision to Diff 295157.
atmnpatel added a comment.

Inliner changes now that the clang implementation in D86841 <https://reviews.llvm.org/D86841> has changed. Can I remove the inliner nested loops and multiple loops tests now? They're not as relevant anymore.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87262

Files:
  llvm/include/llvm/IR/Attributes.td
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/test/Transforms/Inline/inlined-mustprogress-loop-metadata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87262.295157.patch
Type: text/x-patch
Size: 20265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200930/ae43a16f/attachment-0001.bin>


More information about the llvm-commits mailing list