Skip to content

Commit f2f273d

Browse files
committed
Remove unnecessary AssemblerPredicate override
1 parent 4feed6c commit f2f273d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/VOP1Instructions.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,6 @@ defm V_SCREEN_PARTITION_4SE_B32 : VOP1_Real_gfx9 <0x37>;
15171517
let AssemblerPredicate = isGFX940Plus in
15181518
defm V_MOV_B64 : VOP1_Real_gfx9 <0x38>;
15191519

1520-
let AssemblerPredicate = HasGFX950Insts in
15211520
defm V_CVT_F32_BF16 : VOP1_Real_gfx9 <0x5b>;
15221521

15231522
defm V_CVT_F32_FP8 : VOP1_Real_NoDstSel_SDWA_gfx9<0x54>;

0 commit comments

Comments
 (0)