[all-commits] [llvm/llvm-project] f912d2: [RISCV] Add RISCVISD opcodes for the rest of get*A...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Jun 22 09:21:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f912d21e673b0c4e851eeb4027027f748f4cf27c
      https://github.com/llvm/llvm-project/commit/f912d21e673b0c4e851eeb4027027f748f4cf27c
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-06-22 (Wed, 22 Jun 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td

  Log Message:
  -----------
  [RISCV] Add RISCVISD opcodes for the rest of get*Addr.

This adds RISCVISD opccodes for LA, LA_TLS_IE, and LA_TLS_GD to
remove creation of MachineSDNodes form get*Addr. This makes the
code consistent with the previous patches that added RISCVISD::HI,
ADD_LO, LLA, and TPREL_ADD.

Reviewed By: asb

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




More information about the All-commits mailing list