[all-commits] [llvm/llvm-project] 92464c: [RISCV][GISel] Initial legalization support for G_...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Aug 18 20:21:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92464ccbad04eeab13515a0a55aa2f66e969a930
      https://github.com/llvm/llvm-project/commit/92464ccbad04eeab13515a0a55aa2f66e969a930
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-load.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-store.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-load.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-store.mir

  Log Message:
  -----------
  [RISCV][GISel] Initial legalization support for G_LOAD and G_STORE.

This patch focuses on power of 2 bytes up to 2x XLen with and without alignment. Other cases will be handled in future patches.

Reviewed By: nitinjohnraj

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




More information about the All-commits mailing list