[PATCH] D151341: AMDGPU: Special case uniformity info for single lane workgroups

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 05:28:57 PDT 2023


arsenm updated this revision to Diff 527816.
arsenm retitled this revision from "AMDGPU: Special case uniformity info for singlethreaded workitem IDs" to "AMDGPU: Special case uniformity info for single lane workgroups".
arsenm added a comment.

Skip analysis and make everything uniform


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151341/new/

https://reviews.llvm.org/D151341

Files:
  llvm/lib/Analysis/UniformityAnalysis.cpp
  llvm/lib/Target/AMDGPU/AMDGPURegBankSelect.cpp
  llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
  llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll
  llvm/test/Analysis/UniformityAnalysis/AMDGPU/workitem-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151341.527816.patch
Type: text/x-patch
Size: 7790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230602/09aa5705/attachment.bin>


More information about the llvm-commits mailing list