[all-commits] [llvm/llvm-project] d9143c: [PowerPC][GISel]add support for float point arithm...
Chen Zheng via All-commits
all-commits at lists.llvm.org
Tue Nov 22 00:00:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9143ce3fd1da95943b76e245a7e273dac73afd2
https://github.com/llvm/llvm-project/commit/d9143ce3fd1da95943b76e245a7e273dac73afd2
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2022-11-22 (Tue, 22 Nov 2022)
Changed paths:
M llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
M llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp
M llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
M llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
M llvm/lib/Target/PowerPC/GISel/PPCRegisterBanks.td
M llvm/lib/Target/PowerPC/PPCGenRegisterBankInfo.def
A llvm/test/CodeGen/PowerPC/GlobalISel/float-arithmetic.ll
Log Message:
-----------
[PowerPC][GISel]add support for float point arithmetic operations
Add global isel support for G_FADD, G_FSUB, G_FMUL, G_FDIV.
Reviewed By: Kai, nemanjai, arsenm, amyk
Differential Revision: https://reviews.llvm.org/D132942
More information about the All-commits
mailing list