[PATCH] D117005: [DSE] Remove alloc function check in canSkipDef()

Dawid Jurczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 16 08:16:06 PST 2022


yurai007 added a comment.

Hi, it appears that https://reviews.llvm.org/D103009 emerged from https://reviews.llvm.org/D101440 and canSkipDef change was included by mistake. 
It should be safe to get rid of it. Also together with isAllocLikeFn we can remove TLI parameter I think.


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

https://reviews.llvm.org/D117005



More information about the llvm-commits mailing list