[all-commits] [llvm/llvm-project] 45680a: [RISCV] Remove uses of RISCVII::hasMergeOp from RI...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Jun 6 10:20:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 45680acbbe403582c5ad05c7077c849208d0d7b6
      https://github.com/llvm/llvm-project/commit/45680acbbe403582c5ad05c7077c849208d0d7b6
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp

  Log Message:
  -----------
  [RISCV] Remove uses of RISCVII::hasMergeOp from RISCVDAGToDAGISel.cpp

This property was intended to indicate when RISCVAsmPrinter should
drop the tied source operand when converting to MCInst. Using it
in RISCVDAGToDAGISel distorts what it intended for.

This should remove some changes from D151850.

Reviewed By: frasercrmck, asb

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




More information about the All-commits mailing list