[all-commits] [llvm/llvm-project] 787b66: [LoopAccessAnalysis][SVE] Bail out for scalable ve...

Peter Waller via All-commits all-commits at lists.llvm.org
Wed Nov 24 07:52:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 787b66eb5f747a8e0c650cd17a1977080c4f5b9e
      https://github.com/llvm/llvm-project/commit/787b66eb5f747a8e0c650cd17a1977080c4f5b9e
  Author: Peter Waller <peter.waller at arm.com>
  Date:   2021-11-24 (Wed, 24 Nov 2021)

  Changed paths:
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    R llvm/test/Analysis/LoopAccessAnalysis/gep-induction-operand-typesize-warning.ll
    A llvm/test/Analysis/LoopAccessAnalysis/scalable-vector-regression-tests.ll

  Log Message:
  -----------
  [LoopAccessAnalysis][SVE] Bail out for scalable vectors

The supplied test case, reduced from real world code, crashes with a
'Invalid size request on a scalable vector.' error.

Since it's similar in spirit to an existing LAA test, rename the file to
generalize it to both.

Differential Revision: https://reviews.llvm.org/D114155




More information about the All-commits mailing list