YunQiang Su 016c0b50ce
MIPSr6: Set SETCC CondCode not supported by hardware to Expand (#173541)
With the current custom match rules, we may generate code like
```
  cmp.ueq.s $f0, $f12, $f14
  mfc1 $1, $f0
  not $1, $1
  mtc1 $1, $f0
  sel.s $f0, $f14, $f12
  jrc $ra
```
With Expand, we can get:
```
  cmp.ueq.s $f0, $f12, $f14
  sel.s $f0, $f12, $f14
  jrc $ra
```
2025-12-26 09:16:32 +08:00
..
2025-07-07 18:31:13 +01:00
2025-03-30 16:38:16 -07:00
2025-03-30 16:38:16 -07:00