[llvm] [LAA] Always require non-wrapping pointers for runtime checks. (PR #127543)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 11:57:15 PST 2025
preames wrote:
Only skimming this, so if my comment is off base, feel free to ignore.
I thought the idea of the runtime checks was that we included the scev predicate checks? If the no-overflow was added as a PSE assumption, shouldn't checking that predicate be included in the runtime check itself?
https://github.com/llvm/llvm-project/pull/127543
More information about the llvm-commits
mailing list