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

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 27 14:38:32 PDT 2022


rjmccall added a comment.

Is there no way in LLVM to load partially-initialized memory and then freeze it that will preserve the parts of the value that are initialized?  Because that seems like something that LLVM needs to be providing.


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