@@ -3291,21 +3291,21 @@ multiclass VPseudoTernaryW_VV<LMULInfo m, bit Commutable = 0> {
3291
3291
multiclass VPseudoTernaryW_VV_RM<LMULInfo m, int sew> {
3292
3292
defvar constraint = "@earlyclobber $rd";
3293
3293
defm _VV : VPseudoTernaryWithPolicyRoundingMode<m.wvrclass, m.vrclass, m.vrclass, m,
3294
- constraint, sew, /* Commutable */ 0,
3294
+ constraint, sew,
3295
3295
TargetConstraintType=3>;
3296
3296
}
3297
3297
3298
3298
multiclass VPseudoTernaryW_VX<LMULInfo m> {
3299
3299
defvar constraint = "@earlyclobber $rd";
3300
3300
defm "_VX" : VPseudoTernaryWithPolicy<m.wvrclass, GPR, m.vrclass, m,
3301
- constraint, /*Commutable*/ 0, TargetConstraintType=3>;
3301
+ constraint, TargetConstraintType=3>;
3302
3302
}
3303
3303
3304
3304
multiclass VPseudoTernaryW_VF_RM<LMULInfo m, FPR_Info f, int sew> {
3305
3305
defvar constraint = "@earlyclobber $rd";
3306
3306
defm "_V" # f.FX : VPseudoTernaryWithPolicyRoundingMode<m.wvrclass, f.fprclass,
3307
3307
m.vrclass, m, constraint,
3308
- sew, /* Commutable */ 0,
3308
+ sew,
3309
3309
TargetConstraintType=3>;
3310
3310
}
3311
3311
0 commit comments