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

Pravin Jagtap via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 23 22:59:46 PDT 2023


pravinjagtap added a comment.

In D154858#4523488 <https://reviews.llvm.org/D154858#4523488>, @arsenm wrote:

> As a follow up please do the constant folds in AMDGPUInstCombine. Also can you prepare another to introduce this in the lowering of divergent dynamic alloca?

Constant folds: D156077 <https://reviews.llvm.org/D156077>. Will start looking into the lowering of divergent dynamic alloca.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154858



More information about the llvm-commits mailing list