[PATCH] D90171: [SVE] Fix TypeSize warning in RuntimePointerChecking::insert

Joe Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 03:11:20 PST 2020


joechrisellis updated this revision to Diff 302530.
joechrisellis marked an inline comment as done.
joechrisellis added a comment.

Address @fhahn's comments.

- `IntIdxTy` -> `IdxTy`
- Preserve existing behaviour for non-scalable types.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90171/new/

https://reviews.llvm.org/D90171

Files:
  llvm/include/llvm/Analysis/ScalarEvolution.h
  llvm/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Analysis/LoopAccessAnalysis/runtime-pointer-checking-insert-typesize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90171.302530.patch
Type: text/x-patch
Size: 5381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201103/4e8eebca/attachment.bin>


More information about the llvm-commits mailing list