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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 13:13:15 PDT 2022


nikic edited reviewers, added: efriedma, nikic; removed: eli.friedman.
nikic added a comment.

I really don't like this. LLVM should not have any knowledge about "fine-grained bitfields". This also doesn't seem principled, in the sense that other IPO transforms (say, IPSCCP) could end up causing issues, not just inlining.


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