[llvm] [AMDGPU] Extend llvm.amdgcn.update.dpp intrinsic to support f64 (PR #91190)
Vikram Hegde via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 23:45:12 PDT 2024
================
@@ -3338,14 +3338,17 @@ def : GCNPat <
(as_i1timm $bound_ctrl))
>;
-def : GCNPat <
- (i64 (int_amdgcn_update_dpp i64:$old, i64:$src, timm:$dpp_ctrl, timm:$row_mask,
+class UpdateDPP64Pat<ValueType vt> : GCNPat <
----------------
vikramRH wrote:
Done
https://github.com/llvm/llvm-project/pull/91190
More information about the llvm-commits
mailing list