[all-commits] [llvm/llvm-project] d01b34: [AMDGPU] Move perfhint analysis
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Wed Jul 21 13:08:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d01b34ed31467073bd1a0f0040da4d74db20475e
https://github.com/llvm/llvm-project/commit/d01b34ed31467073bd1a0f0040da4d74db20475e
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
Log Message:
-----------
[AMDGPU] Move perfhint analysis
This is SCC pass, moving it to the end of SCC PM saves one
Function PM. This needs the analysis to take into account
memory access width since it is now places after the
load/store optimizer (D105651).
Differential Revision: https://reviews.llvm.org/D105652
More information about the All-commits
mailing list