[PATCH] D93261: [NewPM] Add TargetMachine method to add alias analyses

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 10:27:17 PST 2020


aeubanks added a comment.

In D93261#2466305 <https://reviews.llvm.org/D93261#2466305>, @ychen wrote:

> LGTM. The next step is to use this in AMDGPU and add tests?

Yup. Likely it'll just be porting the existing passes and making sure existing AMDGPU tests also pass under the NPM (assuming there are ones that test that custom AA passes run under something like -O2).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93261/new/

https://reviews.llvm.org/D93261



More information about the llvm-commits mailing list