[all-commits] [llvm/llvm-project] ab90ae: [AMDGPU] Switch AnnotateUniformValues to MemorySSA
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Wed May 5 18:47:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab90ae6f476d439c275f8b7ce5fe8b827f9c390e
https://github.com/llvm/llvm-project/commit/ab90ae6f476d439c275f8b7ce5fe8b827f9c390e
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-05-05 (Wed, 05 May 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
M llvm/test/CodeGen/AMDGPU/coalescer_remat.ll
M llvm/test/CodeGen/AMDGPU/global-smrd-unknown.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
M llvm/test/CodeGen/AMDGPU/soft-clause-exceeds-register-budget.ll
Log Message:
-----------
[AMDGPU] Switch AnnotateUniformValues to MemorySSA
This shall speedup compilation and also remove threshold
limitations used by memory dependency analysis.
It also seem to fix the bug in the coalescer_remat.ll
where an SMRD load was used in presence of a potentially
clobbering store.
Fixes: SWDEV-272132
Differential Revision: https://reviews.llvm.org/D101962
More information about the All-commits
mailing list