[llvm] [AMDGPU][True16][CodeGen] update VGPRimm for t16 (PR #131021)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 11:46:08 PDT 2025
================
@@ -2283,7 +2283,7 @@ let True16Predicate = UseRealTrue16Insts in {
foreach vt = [f16, bf16] in {
def : GCNPat <
(VGPRImm<(vt fpimm)>:$imm),
- (V_MOV_B16_t16_e64 0, $imm, 0)
+ (V_MOV_B16_t16_e64 0, (vt (bitcast_fpimm_to_i16 $imm)), 0)
----------------
broxigarchen wrote:
Double checked in downstream branch. I think you are right.
Still merge this patch as it does not harm anything
https://github.com/llvm/llvm-project/pull/131021
More information about the llvm-commits
mailing list