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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 00:58:42 PDT 2022


nikic added a comment.

Ping. My fallback plan here is to add this to MemCpyOpt instead and apply it only if the target memory is uninitialized (and thus already undef). I think that would be the worse option though.


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

https://reviews.llvm.org/D124173



More information about the llvm-commits mailing list