-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[RISC-V] Integer min/max intrinsics #114687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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/Max
and emit appropriate instructions whenZbb
is present.Part of #84834, cc @dotnet/samsung