[llvm] [LoopVectorize] Refine runtime memory check costs when there is an outer loop (PR #76034)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 07:56:11 PST 2024


david-arm wrote:

> Could you update the places that look up the outer loop to use the new variable as well?

Hi @fhahn, I couldn't find any other instances in GeneratedRTChecks where we call `getParentLoop()`. I'm not sure where else I could use `OuterLoop`?

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


More information about the llvm-commits mailing list