We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e66cc commit 197ff0aCopy full SHA for 197ff0a
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
@@ -4964,7 +4964,7 @@ InstCombinerImpl::pushFreezeToPreventPoisonFromPropagating(FreezeInst &OrigFI) {
4964
// poison as far as possible. If an operand of freeze does not produce poison
4965
// then push the freeze through to the operands that are not guaranteed
4966
// non-poison. The actual transform is as follows.
4967
- // Op1 = ... ; Op1 can be posion
+ // Op1 = ... ; Op1 can be poison
4968
// Op0 = Inst(Op1, NonPoisonOps...)
4969
// ... = Freeze(Op0)
4970
// =>
0 commit comments