[PATCH] D109503: [stack-safety] Allow to determine safe accesses.
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 9 12:04:22 PDT 2021
vitalybuka added inline comments.
================
Comment at: llvm/lib/Analysis/StackSafetyAnalysis.cpp:361
US.addRange(I, UnknownRange);
- return;
+ break;
}
----------------
I see why you need "break" instead of "return" in these cases.
However I tried to revert this part and no tests failed.
Could you please to add a test-case sensitive to this part of the patch. Please cover at least few of these breaks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109503/new/
https://reviews.llvm.org/D109503
More information about the llvm-commits
mailing list