[all-commits] [llvm/llvm-project] 0c6bf9: [NewPM][BasicAA] Rename basicaa -> basic-aa, add a...

aeubanks via All-commits all-commits at lists.llvm.org
Thu Jun 25 18:10:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c6bf90b568ff832f1465959d6adca219da84513
      https://github.com/llvm/llvm-project/commit/0c6bf90b568ff832f1465959d6adca219da84513
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M llvm/include/llvm/IR/LegacyPassNameParser.h
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/test/Analysis/BasicAA/empty.ll

  Log Message:
  -----------
  [NewPM][BasicAA] Rename basicaa -> basic-aa, add alias

Summary:
BasicAA under the new pass manager is called "basic-aa", which fits more
with the other AA names which almost always contain a dash.

Keep an alias from basicaa -> basic-aa.

Will change all references of "basicaa" to "basic-aa", then remove the
alias.

Makes check-llvm failures under NPM go from 2307 to 1867.

Reviewers: asbirlea, ychen

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list