[llvm] [LoopConstrainer] Apply loop gurads to check that loop bounds are safe (PR #71531)

Aleksandr Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 04:03:57 PST 2023


aleks-tmb wrote:

> You should only use the applyLoopBounds() result to perform checks -- for expansion, you should use the original SCEV.

Thanks, fixed

https://github.com/llvm/llvm-project/pull/71531


More information about the llvm-commits mailing list