diff options
author | Ramkumar Ramachandra <ramkumar.ramachandra@codasip.com> | 2024-10-22 09:58:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 09:58:54 +0100 |
commit | d897ea37dbac66d51794938af4f112e05fb61b05 (patch) | |
tree | 20016d1842f0615bae5a0ae322018b99f4aaa70b /llvm/lib/CodeGen/CodeGen.cpp | |
parent | f719cfa8685a30a3f4115cc0ce446262daf81244 (diff) | |
download | llvm-d897ea37dbac66d51794938af4f112e05fb61b05.zip llvm-d897ea37dbac66d51794938af4f112e05fb61b05.tar.gz llvm-d897ea37dbac66d51794938af4f112e05fb61b05.tar.bz2 |
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.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions