Commit 5d338db
[ValueTracking] Only check up to CtxIter in willNotFreeBetween.
Only check up to CtxI (CtxIter) when checking for calls that may free
in CtxI's block.
Missed update in llvm/llvm-project#167965.
This should be NFC, as all current callers pass a terminator that is
guaranteed to not free as CtxI
Signed-off-by: Hafidz Muzakky <[email protected]>1 parent 60f7a52 commit 5d338db
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
| |||
0 commit comments