[PATCH] D156647: [AMDGPU] Extend f32 support for llvm.amdgcn.update.dpp intrinsic
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 15 16:46:56 PDT 2023
arsenm added a comment.
As a follow on could have AMDGPUInstCombineIntrinsic try to fold bitcasts in
================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:2180
def int_amdgcn_update_dpp :
- Intrinsic<[llvm_anyint_ty],
[LLVMMatchType<0>, LLVMMatchType<0>, llvm_i32_ty,
----------------
this shouldn't break any existing clients, a name mangling param was needed anyway
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156647/new/
https://reviews.llvm.org/D156647
More information about the llvm-commits
mailing list