[all-commits] [llvm/llvm-project] fe3c42: [RISCV][GISel] Merge selectGlobalValue and selectJ...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Nov 27 09:10:38 PST 2023


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

  Changed paths:
    M llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp

  Log Message:
  -----------
  [RISCV][GISel] Merge selectGlobalValue and selectJumpTable. NFC (#72759)

We can use addDisp in place of addGlobalAddress/addJumpTableIndex to
copy the existing MachineOperand from the generic instruction.




More information about the All-commits mailing list