[PATCH] D123569: [AMDGPU] Try to avoid inserting duplicate s_inst_prefetch

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 21:27:16 PDT 2022


critson created this revision.
critson added reviewers: rampitec, foad.
Herald added subscribers: hsmhsm, 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.

Check for existing s_inst_prefetch instructions when
configuring prefetches during loop alignment.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123569

Files:
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/no-dup-inst-prefetch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123569.422116.patch
Type: text/x-patch
Size: 4933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220412/70cdabfa/attachment.bin>


More information about the llvm-commits mailing list