diff options
| author | YunQiang Su <syq@debian.org> | 2024-05-23 22:27:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 22:27:17 +0800 |
| commit | 0bf181eb34bbac1a65522dbbef42c81a705d3102 (patch) | |
| tree | 7fadb53f1f6b5f46b6070474b0246c7bd9adcc23 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | ed803c879a8c100c59b5476a2ef6de64b2bf625f (diff) | |
MIPS: Fix llvm.{min,max}num for R6 (#93125)
MIPS max.fmt/min.fmt instructions is IEEE2008 compatiable. If either
argument is sNaN, the result will be NaN.
So we define fminnum_ieee instead of fminnum in Mips32r6InstrInfo.td. We
also should define fcanonicalize. So that we can define fminnum as
expand to fcanonicalize and fminnum_ieee.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
