[all-commits] [llvm/llvm-project] f995af: [RISCV][GISel] Add G_FRAME_INDEX support to select...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Nov 24 23:58:48 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f995afe7f265683a6343a41ac62401150b40ca33
      https://github.com/llvm/llvm-project/commit/f995afe7f265683a6343a41ac62401150b40ca33
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-11-24 (Fri, 24 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

  Log Message:
  -----------
  [RISCV][GISel] Add G_FRAME_INDEX support to selectAddrRegImm.

We can fold the G_FRAME_INDEX into a load/store address.


  Commit: 26cf3aab836ce421156d7542985f35701e1b5783
      https://github.com/llvm/llvm-project/commit/26cf3aab836ce421156d7542985f35701e1b5783
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-11-24 (Fri, 24 Nov 2023)

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

  Log Message:
  -----------
  [RISCV][GISel] Add more G_SEXTLOAD instruction selection tests. NFC


Compare: https://github.com/llvm/llvm-project/compare/16dc5572fa7a...26cf3aab836c


More information about the All-commits mailing list