[PATCH] D79378: PR34581: Don't remove an 'if (p)' guarding a call to 'operator delete(p)' under -Oz.

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 17:22:22 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf39e12a06b60: PR34581: Don't remove an 'if (p)' guarding a call to 'operator delete(p)' under… (authored by rsmith).

Changed prior to commit:
  https://reviews.llvm.org/D79378?vs=261963&id=268971#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79378

Files:
  clang/lib/CodeGen/CGExprCXX.cpp
  clang/test/CodeGenCXX/delete.cpp
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Transforms/InstCombine/malloc-free-delete.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79378.268971.patch
Type: text/x-patch
Size: 6338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200606/55c39c85/attachment.bin>


More information about the llvm-commits mailing list