[llvm] [LoopConstrainer] Apply loop gurads to check that loop bounds are safe (PR #71531)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 05:54:56 PST 2023
nikic wrote:
You should only use the applyLoopBounds() result to perform checks -- for expansion, you should use the original SCEV.
https://github.com/llvm/llvm-project/pull/71531
More information about the llvm-commits
mailing list