[all-commits] [llvm/llvm-project] 564ff8: [RISCV][GISel] Test G_FRAME_INDEX folding into sto...

Craig Topper via All-commits all-commits at lists.llvm.org
Sat Nov 25 10:51:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 564ff80e22735505cb58e8b05cc40434a8559725
      https://github.com/llvm/llvm-project/commit/564ff80e22735505cb58e8b05cc40434a8559725
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-11-25 (Sat, 25 Nov 2023)

  Changed paths:
    M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/store-rv32.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/store-rv64.mir

  Log Message:
  -----------
  [RISCV][GISel] Test G_FRAME_INDEX folding into store address. NFC


  Commit: 75a9ed42461aad6d8e3a0db20d660b6a598491ad
      https://github.com/llvm/llvm-project/commit/75a9ed42461aad6d8e3a0db20d660b6a598491ad
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-11-25 (Sat, 25 Nov 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
    M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/load-rv32.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/load-rv64.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/store-rv32.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/store-rv64.mir

  Log Message:
  -----------
  [RISCV][GISel] Add simplest case of folding add with immediate into load/store address.

This covers the simm12 offset case.


Compare: https://github.com/llvm/llvm-project/compare/bc6b632723f8...75a9ed42461a


More information about the All-commits mailing list