[PATCH] D128501: [CodeGen] Make uninitialized Lvalue bit-field stores poison compatible

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 11:29:14 PDT 2022


efriedma added a comment.

Under this scheme, is it illegal to link together object files built with -ffine-grained-bitfield-accesses and object files built with -fno-fine-grained-bitfield-accesses?

Do we want to add a temporary option to control this, to make it easier for people to benchmark any performance differences?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128501



More information about the cfe-commits mailing list