[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
Fri Sep 25 17:23:01 PDT 2020


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

Added LangRef definition, added missing test and corresponding logic.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87262

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/Analysis/LoopInfo.h
  llvm/include/llvm/Transforms/Utils/Cloning.h
  llvm/lib/Analysis/LoopInfo.cpp
  llvm/lib/Transforms/IPO/Inliner.cpp
  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.294463.patch
Type: text/x-patch
Size: 25403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200926/f6f96cf9/attachment-0001.bin>


More information about the llvm-commits mailing list