@@ -2417,9 +2417,9 @@ multiclass P10ReverseSetBool<dag pattern, dag result> {
2417
2417
(SETBCR8 result)>;
2418
2418
}
2419
2419
2420
- multiclass IntSetP10RevSetBool<SDNode SetCC, ValueType Ty, ImmLeaf ZExtTy,
2421
- ImmLeaf SExtTy, PatLeaf Cmpi, PatLeaf Cmpli,
2422
- PatLeaf Cmp, PatLeaf Cmpl> {
2420
+ multiclass IntSetP10RevSetBool<SDNode SetCC, ValueType Ty, PatLeaf ZExtTy,
2421
+ ImmLeaf SExtTy, I Cmpi, I Cmpli,
2422
+ I Cmp, I Cmpl> {
2423
2423
defm : P10ReverseSetBool<(i1 (SetCC Ty:$s1, Ty:$s2, SETUGE)),
2424
2424
(EXTRACT_SUBREG (Cmpl $s1, $s2), sub_lt)>;
2425
2425
defm : P10ReverseSetBool<(i1 (SetCC Ty:$s1, Ty:$s2, SETGE)),
@@ -2445,7 +2445,7 @@ multiclass IntSetP10RevSetBool<SDNode SetCC, ValueType Ty, ImmLeaf ZExtTy,
2445
2445
(EXTRACT_SUBREG (Cmpli $s1, imm:$imm), sub_eq)>;
2446
2446
}
2447
2447
2448
- multiclass FSetP10RevSetBool<SDNode SetCC, ValueType Ty, PatLeaf FCmp> {
2448
+ multiclass FSetP10RevSetBool<SDNode SetCC, ValueType Ty, I FCmp> {
2449
2449
defm : P10ReverseSetBool<(i1 (SetCC Ty:$s1, Ty:$s2, SETUGE)),
2450
2450
(EXTRACT_SUBREG (FCmp $s1, $s2), sub_lt)>;
2451
2451
defm : P10ReverseSetBool<(i1 (SetCC Ty:$s1, Ty:$s2, SETGE)),
0 commit comments