mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 09:54:09 +00:00
[X86] Add a few target specific nodes to 'getTargetNodeName'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
516052acd3
commit
270f7a2669
@ -20030,6 +20030,9 @@ const char *X86TargetLowering::getTargetNodeName(unsigned Opcode) const {
|
||||
case X86ISD::COMPRESS: return "X86ISD::COMPRESS";
|
||||
case X86ISD::EXPAND: return "X86ISD::EXPAND";
|
||||
case X86ISD::SELECT: return "X86ISD::SELECT";
|
||||
case X86ISD::ADDSUB: return "X86ISD::ADDSUB";
|
||||
case X86ISD::RCP28: return "X86ISD::RCP28";
|
||||
case X86ISD::RSQRT28: return "X86ISD::RSQRT28";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user