[all-commits] [llvm/llvm-project] 637f19: [RISCV] Remove traces of Glue from RISCVISD::SELEC...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Nov 11 09:48:40 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 637f19c36b323cc3ab597f6ef138db53be395949
      https://github.com/llvm/llvm-project/commit/637f19c36b323cc3ab597f6ef138db53be395949
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2020-11-11 (Wed, 11 Nov 2020)

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

  Log Message:
  -----------
  [RISCV] Remove traces of Glue from RISCVISD::SELECT_CC

We were creating RISCVISD::SELECT_CC nodes with Glue output that was never being used, and the tablegen SDNode had the SDNPInGlue flag instead of the SDNPOutGlue flag.

Since we don't seem to need the Glue just get rid of it from both places.

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




More information about the All-commits mailing list