[PATCH] D34366: [AMDGPU] Add infer address spaces pass before SROA
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 19 16:14:08 PDT 2017
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/AMDGPU/AMDGPUTargetMachine.cpp:349
+ [](const PassManagerBuilder &, legacy::PassManagerBase &PM) {
+ // Add infer addressspaces pass to the opt pipeline after inlining
+ // but before SROA to increase SROA opportunities.
----------------
Typo address spaces
Repository:
rL LLVM
https://reviews.llvm.org/D34366
More information about the llvm-commits
mailing list