[PATCH] D101273: [JumpThreading] Set KeepOneInputPHIs to be true when DeleteDeadBlocks

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 03:21:49 PDT 2021


nikic added a reviewer: nikic.
nikic added a comment.

@guopeilin getValueFromCondition() uses a Visited set that should be used to prevent this. You need to insert an Overdefined placeholder into the set before computing the actual value.


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