[all-commits] [llvm/llvm-project] 47acbc: [tbaa] Rename type-based-aa -> tbaa

aeubanks via All-commits all-commits at lists.llvm.org
Thu Jul 30 19:52:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 47acbcf09aa60ff13845740b1c02c7ca017e46d0
      https://github.com/llvm/llvm-project/commit/47acbcf09aa60ff13845740b1c02c7ca017e46d0
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M llvm/lib/Passes/PassRegistry.def
    M llvm/test/Analysis/DependenceAnalysis/AA.ll
    M llvm/test/Analysis/TypeBasedAliasAnalysis/placement-tbaa.ll
    M llvm/test/Transforms/LICM/promote-order.ll
    M llvm/test/Transforms/LICM/promote-tls.ll
    M llvm/test/Transforms/LICM/scalar-promote-memmodel.ll
    M llvm/test/Transforms/LICM/scalar-promote.ll
    M llvm/test/Transforms/LoopUnrollAndJam/pragma-explicit.ll
    M llvm/test/Transforms/LoopUnrollAndJam/unroll-and-jam.ll

  Log Message:
  -----------
  [tbaa] Rename type-based-aa -> tbaa

For consistency with legacy pass name.
Helps with 37 instances of "unknown pass name 'tbaa'" in check-llvm under NPM.

Reviewed By: ychen

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




More information about the All-commits mailing list