[llvm] [AMDGPU] Extend llvm.amdgcn.update.dpp intrinsic to support f64 (PR #91190)
Vikram Hegde via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 05:10:10 PDT 2024
================
@@ -3338,13 +3338,15 @@ def : GCNPat <
(as_i1timm $bound_ctrl))
>;
+foreach vt = [i64, f64] in {
----------------
vikramRH wrote:
Done
https://github.com/llvm/llvm-project/pull/91190
More information about the llvm-commits
mailing list