[all-commits] [llvm/llvm-project] cfdafc: [RISCV][GISel] Support G_PTRTOINT and G_INTTOPTR (...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Oct 20 12:03:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cfdafc1e7035df15937a1e840347ffe14643a05e
      https://github.com/llvm/llvm-project/commit/cfdafc1e7035df15937a1e840347ffe14643a05e
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-10-20 (Fri, 20 Oct 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
    M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
    M llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp
    A llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/int-ptr-cast-rv32.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/int-ptr-cast-rv64.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-inttoptr.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-ptrtoint.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-inttoptr.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-ptrtoint.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/alu-rv32.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/alu-rv64.mir

  Log Message:
  -----------
  [RISCV][GISel] Support G_PTRTOINT and G_INTTOPTR (#69542)

Legalizer, register bank selection, and instruction selection.




More information about the All-commits mailing list