[PATCH] D124173: [InstCombine] Remove memset of undef value

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 01:27:08 PDT 2022


nlopes accepted this revision.
nlopes added a comment.
This revision is now accepted and ready to land.

Well, I think this is ok. It's not regressing behavior vs undef store removal. So if this is important for Rust, let's maybe keep it,
Fingers crossed that the GSoC student will make good progress on the uninitialized memory thing.


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

https://reviews.llvm.org/D124173



More information about the llvm-commits mailing list