[llvm] [LAA] Perform checks for no-wrap separately from getPtrStride. (PR #126971)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 05:59:01 PST 2025
https://github.com/Meinersbur commented:
Effectively, `isNoWrap` now duplicates code from `getPtrStride`. Can that functionalty somehow refactored into a common function?
https://github.com/llvm/llvm-project/pull/126971
More information about the llvm-commits
mailing list