[PATCH] D101273: [JumpThreading] Set KeepOneInputPHIs to be true when DeleteDeadBlocks
guopeilin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 25 19:55:02 PDT 2021
guopeilin added a comment.
Right now this patch set the argument `KeepOneInputPHIs` of function DeleteDeadBlocks to be true, that is we only allow replacing the phi node with its incoming value if this incoming value is a constant
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101273/new/
https://reviews.llvm.org/D101273
More information about the llvm-commits
mailing list