[all-commits] [llvm/llvm-project] af999c: [LoongArch] Add codegen support for [X]VF{MSUB/NMA...
wanglei via All-commits
all-commits at lists.llvm.org
Sun Dec 10 18:37:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af999c4be9f5643724c6f379690ecee4346b2b48
https://github.com/llvm/llvm-project/commit/af999c4be9f5643724c6f379690ecee4346b2b48
Author: wanglei <wanglei at loongson.cn>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchLASXInstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchLSXInstrInfo.td
A llvm/test/CodeGen/LoongArch/lasx/fma-v4f64.ll
A llvm/test/CodeGen/LoongArch/lasx/fma-v8f32.ll
A llvm/test/CodeGen/LoongArch/lsx/fma-v2f64.ll
A llvm/test/CodeGen/LoongArch/lsx/fma-v4f32.ll
Log Message:
-----------
[LoongArch] Add codegen support for [X]VF{MSUB/NMADD/NMSUB}.{S/D} instructions (#74819)
This is similar to single and double-precision floating-point
instructions.
More information about the All-commits
mailing list