[PATCH] D134780: [AMDGPU] Add MIMG NSA threshold configuration attribute

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 18:31:56 PDT 2022


critson created this revision.
critson added reviewers: foad, rampitec.
Herald added subscribers: kosarev, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
Herald added a project: All.
critson requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Make MIMG NSA minimum addresses threshold an attribute that can
be set on a function or configured via command line.
This enables frontend tuning which allows increased NSA usage
where beneficial.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134780

Files:
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  llvm/lib/Target/AMDGPU/GCNSubtarget.h
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/amdgpu-nsa-threshold.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.nsa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134780.463388.patch
Type: text/x-patch
Size: 20450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220928/a2d31ce4/attachment.bin>


More information about the llvm-commits mailing list