[PATCH] D37933: Prevent InstCombine from miscompiling `operator delete`

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 17:14:00 PDT 2020


rsmith added a comment.

https://reviews.llvm.org/D79378 addresses this issue and moves the optimization to the frontend where it can be done correctly.


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

https://reviews.llvm.org/D37933





More information about the llvm-commits mailing list