[PowerPC][GISel] add support for fpconstant
authorChen Zheng <czhengsz@cn.ibm.com>
Mon, 12 Dec 2022 09:53:53 +0000 (09:53 +0000)
committerChen Zheng <czhengsz@cn.ibm.com>
Tue, 14 Feb 2023 02:39:22 +0000 (02:39 +0000)
commit6ee2f770efb6b1b02438db025af0899ed5bf9313
tree8e0c50d32af5576d8d5bb937b054c7a3be7445da
parent5561e174117ff395d65b6978d04b62c1a1275138
[PowerPC][GISel] add support for fpconstant

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D133340
15 files changed:
llvm/docs/GlobalISel/GenericOpcode.rst
llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
llvm/include/llvm/Support/TargetOpcodes.def
llvm/include/llvm/Target/GenericOpcodes.td
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
llvm/lib/CodeGen/MachineVerifier.cpp
llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp
llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
llvm/test/CodeGen/PowerPC/GlobalISel/fconstant-unsupported.ll [new file with mode: 0644]
llvm/test/CodeGen/PowerPC/GlobalISel/fconstant.ll [new file with mode: 0644]
llvm/test/MachineVerifier/test_g_constant_pool.mir [new file with mode: 0644]