[llvm] [AMDGPU] Add `isAsCheapAsAMove` for `v_pk_mov_b32` (PR #127632)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 05:54:21 PST 2025
================
@@ -1151,7 +1151,7 @@ let isCommutable = 1, isReMaterializable = 1 in {
defm V_PK_ADD_F32 : VOP3PInst<"v_pk_add_f32", VOP3P_Profile<VOP_V2F32_V2F32_V2F32, VOP3_PACKED>, any_fadd>;
} // End SubtargetPredicate = HasPackedFP32Ops
- let SubtargetPredicate = HasPkMovB32 in
+ let SubtargetPredicate = HasPkMovB32, isAsCheapAsAMove = 1 in
----------------
shiltian wrote:
There is no test change but how to test it?
https://github.com/llvm/llvm-project/pull/127632
More information about the llvm-commits
mailing list