[PATCH] D114155: [LoopAccessAnalysis][SVE] Bail out for scalable vectors

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 08:20:55 PST 2021


peterwaller-arm updated this revision to Diff 388925.
peterwaller-arm added a comment.

- Remove comment, replace with debug print statement (per other bailouts above)

For the tests:

- Introduce input pointer parameter
- Introduce a loop counter variable
- Use named bb/insts
- Add another test with scalable vector pointer as input (as opposed to an i8* as input, like before)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114155

Files:
  llvm/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/test/Analysis/LoopAccessAnalysis/gep-induction-operand-typesize-warning.ll
  llvm/test/Analysis/LoopAccessAnalysis/scalable-vector-regression-tests.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114155.388925.patch
Type: text/x-patch
Size: 4018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211122/ab7b3596/attachment.bin>


More information about the llvm-commits mailing list