[all-commits] [llvm/llvm-project] 6ee2f7: [PowerPC][GISel] add support for fpconstant

Chen Zheng via All-commits all-commits at lists.llvm.org
Mon Feb 13 18:39:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ee2f770efb6b1b02438db025af0899ed5bf9313
      https://github.com/llvm/llvm-project/commit/6ee2f770efb6b1b02438db025af0899ed5bf9313
  Author: Chen Zheng <czhengsz at cn.ibm.com>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M llvm/docs/GlobalISel/GenericOpcode.rst
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    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/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    A llvm/test/CodeGen/PowerPC/GlobalISel/fconstant-unsupported.ll
    A llvm/test/CodeGen/PowerPC/GlobalISel/fconstant.ll
    A llvm/test/MachineVerifier/test_g_constant_pool.mir

  Log Message:
  -----------
  [PowerPC][GISel] add support for fpconstant

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D133340




More information about the All-commits mailing list