mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-24 21:00:36 +00:00
[ARM] Remove dead SDNodes. NFC.
The opcodes are used, but only by DAG->DAG. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273717 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e751c7749
commit
26f3c3b0c4
@ -90,13 +90,6 @@ def SDTBinaryArithWithFlagsInOut : SDTypeProfile<2, 3,
|
||||
SDTCisVT<1, i32>,
|
||||
SDTCisVT<4, i32>]>;
|
||||
|
||||
def SDT_ARM64bitmlal : SDTypeProfile<2,4, [ SDTCisVT<0, i32>, SDTCisVT<1, i32>,
|
||||
SDTCisVT<2, i32>, SDTCisVT<3, i32>,
|
||||
SDTCisVT<4, i32>, SDTCisVT<5, i32> ] >;
|
||||
def ARMUmlal : SDNode<"ARMISD::UMLAL", SDT_ARM64bitmlal>;
|
||||
def ARMSmlal : SDNode<"ARMISD::SMLAL", SDT_ARM64bitmlal>;
|
||||
def ARMUmaal : SDNode<"ARMISD::UMAAL", SDT_ARM64bitmlal>;
|
||||
|
||||
// Node definitions.
|
||||
def ARMWrapper : SDNode<"ARMISD::Wrapper", SDTIntUnaryOp>;
|
||||
def ARMWrapperPIC : SDNode<"ARMISD::WrapperPIC", SDTIntUnaryOp>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user