[PATCH] D81854: [InstCombine] Don't let an alignment assume prevent new/delete removals.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 26 10:55:50 PDT 2020
yamauchi added a comment.
In D81854#2114240 <https://reviews.llvm.org/D81854#2114240>, @jdoerfert wrote:
> @Tyker merged D71739 <https://reviews.llvm.org/D71739>, if it sticks, can you check if this is still necessary?
Thanks. This is still necessary for this particular alloc removal case, but D71739 <https://reviews.llvm.org/D71739> made it much simpler.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81854/new/
https://reviews.llvm.org/D81854
More information about the llvm-commits
mailing list