[RISC-V] Integer min/max intrinsics#114687
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Release-FX-tests FAILEDbuildinfo.json RISC-V Release-FX-QEMU: 641541 / 656796 (97.68%)Release-FX-QEMU.md, Release-FX-QEMU.xml, testfx_output.tar.gz Build information and commandsGIT: |
340bbc1 is being scheduled for building and testingGIT: |
RISC-V Release-CLR-VF2: 9699 / 9747 (99.51%)Release-CLR-VF2.md, Release-CLR-VF2.xml, testclr_output.tar.gz Build information and commandsGIT: RISC-V Release-CLR-QEMU: 9691 / 9732 (99.58%)Release-CLR-QEMU.md, Release-CLR-QEMU.xml, testclr_output.tar.gz Build information and commandsGIT: RISC-V Release-FX-QEMU: 723503 / 734522 (98.50%)Release-FX-QEMU.md, Release-FX-QEMU.xml, testfx_output.tar.gz Build information and commandsGIT: |
| ValueNumFuncDef(Max, 2, true, false, false) | ||
| ValueNumFuncDef(MaxMagnitude, 2, true, false, false) | ||
| ValueNumFuncDef(MaxMagnitudeNumber, 2, true, false, false) | ||
| ValueNumFuncDef(MaxNumber, 2, true, false, false) | ||
| ValueNumFuncDef(Min, 2, true, false, false) | ||
| ValueNumFuncDef(MinMagnitude, 2, true, false, false) | ||
| ValueNumFuncDef(MinMagnitudeNumber, 2, true, false, false) | ||
| ValueNumFuncDef(MinNumber, 2, true, false, false) |
There was a problem hiding this comment.
Marking them commutative should be the only source of diffs for non-RISC-V.
RISC-V Release-CLR-VF2: 9701 / 9749 (99.51%)Release-CLR-VF2.md, Release-CLR-VF2.xml, testclr_output.tar.gz Build information and commandsGIT: RISC-V Release-CLR-QEMU: 9701 / 9749 (99.51%)Release-CLR-QEMU.md, Release-CLR-QEMU.xml, testclr_output.tar.gz Build information and commandsGIT: RISC-V Release-FX-QEMU: 673077 / 697871 (96.45%)Release-FX-QEMU.md, Release-FX-QEMU.xml, testfx_output.tar.gz Build information and commandsGIT: |
|
/ba-g unrelated failures |
Intrinsify
System.Math.Min/Maxand emit appropriate instructions whenZbbis present.Part of #84834, cc @dotnet/samsung