[PATCH] D67767: [AMDGPU] Add llvm.amdgcn.wqm.demote intrinsic

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 01:34:38 PDT 2020


critson updated this revision to Diff 258672.
critson added a comment.
Herald added a subscriber: kerbowa.

Update to move comprehensive implementation now fairly tested
for graphics.
Now preserves LiveInterval analysis.
This is dependent on D78417 <https://reviews.llvm.org/D78417>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67767

Files:
  llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
  llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
  llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wqm.demote.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67767.258672.patch
Type: text/x-patch
Size: 54085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200420/eafe80a9/attachment-0001.bin>


More information about the llvm-commits mailing list