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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 14:38:34 PDT 2023


xbolva00 added a comment.

alignment info generally hits same issue

https://llvm.org/doxygen/InlineFunction_8cpp.html#a4224e0e010bb5413dc74243c276724f5

>> // Disabled by default, because the added alignment assumptions >> may increase
>> // compile-time and block optimizations. This option is not suitable >> for use
>> // with frontends that emit comprehensive parameter alignment >> annotations.


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

https://reviews.llvm.org/D147704



More information about the llvm-commits mailing list