[PATCH] D117965: [AlwaysInliner] Enable call site inlining to make flatten attribute working again (#53360)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 14:13:30 PST 2022


xbolva00 added a comment.

In D117965#3270744 <https://reviews.llvm.org/D117965#3270744>, @thakis wrote:

> Could this have caused http://45.33.8.238/linux/66347/step_7.txt ?

Yeah, possible as inliner removes internal  unused functions (small change before commit, missed check-clang).

I will revert and fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117965



More information about the llvm-commits mailing list