[PATCH] D129759: [AMDGPU] Set amdgpu-memory-bound if a basic block has dense global memory access

Abinav Puthan Purayil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 00:33:29 PDT 2022


abinavpp updated this revision to Diff 445404.
abinavpp added a comment.

- Rebase
- Don't compute GlobalMemAccPercentage if HasDenseGlobalMemAcc is already set for the function
- Replace ternary expression with if


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129759

Files:
  llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h
  llvm/test/CodeGen/AMDGPU/perfhint.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129759.445404.patch
Type: text/x-patch
Size: 4068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220718/b27e8c6f/attachment.bin>


More information about the llvm-commits mailing list