[all-commits] [llvm/llvm-project] a6f727: [RISCV][GISEL] legalize, regbankselect, and instru...

Michael Maitland via All-commits all-commits at lists.llvm.org
Thu Nov 30 08:54:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a6f72785951b36c0c02227bf4eac4ea733fa6694
      https://github.com/llvm/llvm-project/commit/a6f72785951b36c0c02227bf4eac4ea733fa6694
  Author: Michael Maitland <michaeltmaitland at gmail.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
    M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
    A llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/ptrmask-rv32.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/ptrmask-rv64.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-ptrmask-rv32.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-ptrmask-rv64.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/ptrmask-rv32.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/ptrmask-rv64.mir

  Log Message:
  -----------
  [RISCV][GISEL] legalize, regbankselect, and instruction-select G_PTRMASK (#73062)

This is done in instruction-select instead of in legalization for the
sake of alias analysis.




More information about the All-commits mailing list