[PATCH] D101962: [AMDGPU] Switch AnnotateUniformValues to MemorySSA

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 17:05:40 PDT 2021


rampitec created this revision.
rampitec added reviewers: arsenm, cfang.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
rampitec requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

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.


https://reviews.llvm.org/D101962

Files:
  llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
  llvm/test/CodeGen/AMDGPU/coalescer_remat.ll
  llvm/test/CodeGen/AMDGPU/global-smrd-unknown.ll
  llvm/test/CodeGen/AMDGPU/soft-clause-exceeds-register-budget.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101962.343241.patch
Type: text/x-patch
Size: 8247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210506/dfb3074c/attachment-0001.bin>


More information about the llvm-commits mailing list