[PATCH] D147704: [Inliner] Preserve nonnull from callsites during inlining

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 13:18:37 PDT 2023


aeubanks added a comment.

yeah that compile time increase is unacceptable

I've run into related issues where we lose the return value alignment after inlining, as pointed out in https://reviews.llvm.org/D123052


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

https://reviews.llvm.org/D147704



More information about the llvm-commits mailing list