Skip to content

Commit 5c72cf0

Browse files
committed
Remove HasSDWA OtherPredicate
1 parent cb93a89 commit 5c72cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/VOP1Instructions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ class Cvt_F32_F8_Pat<SDPatternOperator node, int index,
583583
>;
584584

585585
let SubtargetPredicate = HasFP8ConversionInsts in {
586-
let OtherPredicates = [HasCvtFP8VOP1Bug, HasSDWA] in {
586+
let OtherPredicates = [HasCvtFP8VOP1Bug] in {
587587
def : GCNPat<(f32 (int_amdgcn_cvt_f32_fp8 i32:$src, 0)),
588588
(V_CVT_F32_FP8_sdwa 0, $src, 0, 0, 0)>;
589589
def : GCNPat<(f32 (int_amdgcn_cvt_f32_bf8 i32:$src, 0)),

0 commit comments

Comments
 (0)