[all-commits] [llvm/llvm-project] b79889: [opt][NewPM] Add basic-aa in legacy PM compatibili...

aeubanks via All-commits all-commits at lists.llvm.org
Fri Aug 21 14:05:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b79889c2b143890463dca015432da29d3833572d
      https://github.com/llvm/llvm-project/commit/b79889c2b143890463dca015432da29d3833572d
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-08-21 (Fri, 21 Aug 2020)

  Changed paths:
    M llvm/lib/Analysis/AliasAnalysis.cpp
    M llvm/test/Transforms/SLPVectorizer/X86/limit.ll
    M llvm/tools/opt/NewPMDriver.cpp

  Log Message:
  -----------
  [opt][NewPM] Add basic-aa in legacy PM compatibility mode

The legacy PM alias analysis pipeline by default includes basic-aa.
When running `opt -foo-pass` under the NPM and -disable-basic-aa is not
specified, use basic-aa.

This decreases the number of check-llvm failures under NPM from 913 to 752.

Reviewed By: ychen, asbirlea

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




More information about the All-commits mailing list