[all-commits] [llvm/llvm-project] 34de63: [test] Remove unnecessary require<> in LoopAccessA...

aeubanks via All-commits all-commits at lists.llvm.org
Fri Feb 4 18:04:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34de63c37fa968048cc09cb46371fd8a3bef0c4d
      https://github.com/llvm/llvm-project/commit/34de63c37fa968048cc09cb46371fd8a3bef0c4d
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M llvm/test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll
    M llvm/test/Analysis/LoopAccessAnalysis/depend_diff_types.ll
    M llvm/test/Analysis/LoopAccessAnalysis/forked-pointers.ll
    M llvm/test/Analysis/LoopAccessAnalysis/forward-loop-carried.ll
    M llvm/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
    M llvm/test/Analysis/LoopAccessAnalysis/independent-interleaved.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-for-loop-invariant.ll
    M llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/non-wrapping-pointer.ll
    M llvm/test/Analysis/LoopAccessAnalysis/nullptr.ll
    M llvm/test/Analysis/LoopAccessAnalysis/number-of-memchecks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/pointer-phis.ll
    M llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll
    M llvm/test/Analysis/LoopAccessAnalysis/pr31098.ll
    M llvm/test/Analysis/LoopAccessAnalysis/resort-to-memchecks-only.ll
    M llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll
    M llvm/test/Analysis/LoopAccessAnalysis/safe-no-checks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance.ll
    M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check1.ll
    M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll
    M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check3.ll
    M llvm/test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll
    M llvm/test/Analysis/LoopAccessAnalysis/symbolic-stride.ll
    M llvm/test/Analysis/LoopAccessAnalysis/uncomputable-backedge-taken-count.ll
    M llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-1.ll
    M llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
    M llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks-convergent.ll
    M llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll

  Log Message:
  -----------
  [test] Remove unnecessary require<> in LoopAccessAnalysis tests

These function analyses are always available in loop passes.




More information about the All-commits mailing list