[PATCH] D129541: [llvm][IPO] Add IR function attribute fine_grained_bitfields

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 07:35:16 PDT 2022


jdoerfert requested changes to this revision.
jdoerfert added a comment.
This revision now requires changes to proceed.

Is it legal to pass arguments that are compiled differently in the first place?
If we really want to prevent IPO + inlining we should have `noinline` and `noipa`, not `something_specific_which_breaks_with_inlining_and_ipo`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129541



More information about the llvm-commits mailing list