afonso360 opened PR #3258 from ssa-dce
to main
:
This issue was found by the CLIF fuzzer in #3094.
afonso360 updated PR #3258 from ssa-dce
to main
.
afonso360 edited PR #3258 from ssa-dce
to main
:
This issue was found by the CLIF fuzzer in #3094.
It looks like all we need to do is not special case the single predecessor if the predecessor is itself. The normal path includes the operandless param, which is enough to stop the infinite looping.
bjorn3 submitted PR review.
bjorn3 created PR review comment:
I think the original comment is still accurate and more descriptive of the problem this prevents.
afonso360 edited PR #3258 from ssa-dce
to main
:
This issue was found by the CLIF fuzzer in #3094. There is a better description in this comment
It looks like all we need to do is not special case the single predecessor if the predecessor is itself. The normal path includes the operandless param, which is enough to stop the infinite looping.
afonso360 updated PR #3258 from ssa-dce
to main
.
afonso360 updated PR #3258 from ssa-dce
to main
.
cfallin submitted PR review.
cfallin merged PR #3258.
Last updated: Nov 22 2024 at 16:03 UTC