[all-commits] [llvm/llvm-project] 4cdf1d: [MSP430] Remove unused MVT::Glue output from MSP43...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Nov 12 10:34:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4cdf1d2110238490ab02178eaa76f0cf0d29b388
https://github.com/llvm/llvm-project/commit/4cdf1d2110238490ab02178eaa76f0cf0d29b388
Author: Craig Topper <craig.topper at sifive.com>
Date: 2020-11-12 (Thu, 12 Nov 2020)
Changed paths:
M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
Log Message:
-----------
[MSP430] Remove unused MVT::Glue output from MSP430ISD::SELECT_CC nodes.
Follow up from a similar patch on RISCV 637f19c36b323cc3ab597f6ef138db53be395949
Nothing reads this Glue value that I could see. The SDNode def in
the td file does not have the SDNPOutGlue flag so I don't think
this glue would get properly propagated to MachineSDNodes if it
was used.
More information about the All-commits
mailing list