[all-commits] [llvm/llvm-project] d897ea: LAA: check nusw on GEP in place of inbounds (#112223)
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Tue Oct 22 01:59:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d897ea37dbac66d51794938af4f112e05fb61b05
https://github.com/llvm/llvm-project/commit/d897ea37dbac66d51794938af4f112e05fb61b05
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
M llvm/test/Analysis/LoopAccessAnalysis/symbolic-stride.ll
Log Message:
-----------
LAA: check nusw on GEP in place of inbounds (#112223)
With the introduction of the nusw flag in GEPNoWrapFlags, it should be
safe to weaken the check in LoopAccessAnalysis to just check the nusw
flag on the GEP, instead of inbounds.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list