[PATCH] D84967: [tbaa] Rename type-based-aa -> tbaa

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 11:44:34 PDT 2020


aeubanks created this revision.
aeubanks added reviewers: ychen, asbirlea.
Herald added subscribers: llvm-commits, bmahjour, zzheng, kosarev, hiraditya.
Herald added a project: LLVM.
aeubanks requested review of this revision.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84967

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84967.282008.patch
Type: text/x-patch
Size: 7281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200730/dc57940a/attachment.bin>


More information about the llvm-commits mailing list