[PATCH] D154858: [WIP] [AMDGPU] Add llvm.amdgcn.wave.reduce.umin Intrinsic.

Pravin Jagtap via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 03:58:34 PDT 2023


pravinjagtap updated this revision to Diff 539486.
pravinjagtap retitled this revision from "[WIP] [AMDGPU] Add llvm.amdgcn.reduce.add Intrinsic." to "[WIP] [AMDGPU] Add llvm.amdgcn.wave.reduce.umin Intrinsic.".
pravinjagtap added a comment.

Addressed review comments @arsenm.

Implemented `umin` using post isel hook


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154858

Files:
  llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.umin.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154858.539486.patch
Type: text/x-patch
Size: 12456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230712/5bd6eec0/attachment.bin>


More information about the llvm-commits mailing list