[PATCH] D70366: Add new 'flatten' LLVM attribute to fix clang's 'flatten' function attribute

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 16:02:24 PDT 2020


jdoerfert added a subscriber: probinson.
jdoerfert added a comment.

Found the commit: dcbe35bad518

The way I see it we just have to teach the inliner about `optnone` so we can uncouple the two (`optnone` and `noinline`).
@probinson WDTY?


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

https://reviews.llvm.org/D70366





More information about the cfe-commits mailing list