[PATCH] D87180: [Inliner] Preserve maynotprogress function attribute

Atmn Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 13 15:54:49 PDT 2020


atmnpatel added a comment.

On second thought, we don't need this for `mustprogress`. If the callee is` mustprogress`, the caller cannot become `mustprogress` as well without changing program behavior as a result of inlining.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87180



More information about the llvm-commits mailing list