[all-commits] [llvm/llvm-project] 555e09: [LAA] Rename printing pass to print<access-info>.

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Aug 26 03:00:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 555e09c2b0281c92de06235c06de25f1c36a8f29
      https://github.com/llvm/llvm-project/commit/555e09c2b0281c92de06235c06de25f1c36a8f29
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-08-26 (Fri, 26 Aug 2022)

  Changed paths:
    M llvm/lib/Passes/PassRegistry.def
    M llvm/test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll
    M llvm/test/Analysis/LoopAccessAnalysis/depend_diff_types.ll
    M llvm/test/Analysis/LoopAccessAnalysis/depend_diff_types_opaque_ptr.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/loop-invariant-dep-with-backedge-taken-count.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-for-loop-invariant.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-off-by-one-error.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-store-vs-alloc-size.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-wrapping-pointers.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/pr56672.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/runtime-pointer-checking-insert-typesize.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
    M llvm/test/Transforms/LoopDistribute/basic-with-memchecks.ll
    M llvm/test/Transforms/LoopDistribute/basic.ll
    M llvm/test/Transforms/LoopUnroll/unroll-loop-invalidation.ll

  Log Message:
  -----------
  [LAA] Rename printing pass to print<access-info>.

This updates the naming for the LAA printing pass to be in line with
most other analysis printing passes.

The old name has come up as confusing multiple times already, e.g. in
D131924.




More information about the All-commits mailing list