[all-commits] [llvm/llvm-project] 7328ff: [LoongArch] Add codegen support for fmaxnum_ieee a...
Gong LingQin via All-commits
all-commits at lists.llvm.org
Tue Sep 20 04:24:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7328ff75bab0d559645927ddaeab39bf0f4b8d03
https://github.com/llvm/llvm-project/commit/7328ff75bab0d559645927ddaeab39bf0f4b8d03
Author: gonglingqin <gonglingqin at loongson.cn>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
A llvm/test/CodeGen/LoongArch/fp-max-min.ll
Log Message:
-----------
[LoongArch] Add codegen support for fmaxnum_ieee and fminnum_ieee
Thanks for @xry111's previous bug fixes.
See https://github.com/loongson/llvm-project/pull/1 for more details.
Differential Revision: https://reviews.llvm.org/D133478
More information about the All-commits
mailing list