[all-commits] [llvm/llvm-project] 035c15: [RISCV] Refactor RISCVPostRAExpandPseudo::expandMo...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Oct 27 13:36:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 035c154f4f6ebf7d7c5cc4a21c267b3a08bfb062
      https://github.com/llvm/llvm-project/commit/035c154f4f6ebf7d7c5cc4a21c267b3a08bfb062
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-10-27 (Fri, 27 Oct 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVPostRAExpandPseudoInsts.cpp

  Log Message:
  -----------
  [RISCV] Refactor RISCVPostRAExpandPseudo::expandMovImm and RISCVInstrInfo::movImm to prepare for merging.

Fix small bug where RISCVPostRAExpandPseudo::expandMovImm set the
kill flag on X0.


  Commit: b679ec86e3cba95b1858077fb78bfff46080eb73
      https://github.com/llvm/llvm-project/commit/b679ec86e3cba95b1858077fb78bfff46080eb73
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-10-27 (Fri, 27 Oct 2023)

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

  Log Message:
  -----------
  [RISCV] Use RISCVInstrInfo::movImm to implement most of RISCVPostRAExpandPseudo::expandMovImm (#70389)


Compare: https://github.com/llvm/llvm-project/compare/d136432038b9...b679ec86e3cb


More information about the All-commits mailing list