Skip to content

Commit e037b3e

Browse files
committed
Revert "fix compile-time issue in spec2017 527.cam4_r"
This reverts commit 05d8a51.
1 parent 8481016 commit e037b3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/InstCombine/InstructionCombining.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5077,9 +5077,6 @@ InstCombinerImpl::pushFreezeToPreventPoisonFromPropagating(FreezeInst &OrigFI) {
50775077
if (U == OrigUse)
50785078
return nullptr;
50795079

5080-
if (isa<PoisonValue>(V))
5081-
continue;
5082-
50835080
auto *UserI = cast<Instruction>(U->getUser());
50845081
if (auto *PN = dyn_cast<PHINode>(UserI))
50855082
Builder.SetInsertPoint(PN->getIncomingBlock(*U)->getTerminator());

0 commit comments

Comments
 (0)