[all-commits] [llvm/llvm-project] f4ea0f: [NewPM] Port -print-alias-sets to NPM
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Sep 16 18:35:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f4ea0f98142a97666cd0478757570e819923a829
https://github.com/llvm/llvm-project/commit/f4ea0f98142a97666cd0478757570e819923a829
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M llvm/include/llvm/Analysis/AliasSetTracker.h
M llvm/lib/Analysis/AliasSetTracker.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/test/Analysis/AliasSet/guards.ll
Log Message:
-----------
[NewPM] Port -print-alias-sets to NPM
Really it should be named print<alias-sets>, but for the sake of
changing fewer tests, added a TODO to rename after NPM switch and test
cleanup.
Reviewed By: ychen
Differential Revision: https://reviews.llvm.org/D87713
More information about the All-commits
mailing list