We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f588c72 commit e7ab0ecCopy full SHA for e7ab0ec
llvm/include/llvm/CodeGen/TargetLowering.h
@@ -2123,7 +2123,8 @@ class TargetLoweringBase {
2123
/// Get the ISD node that corresponds to the Instruction class opcode.
2124
int InstructionOpcodeToISD(unsigned Opcode) const;
2125
2126
- /// Get the ISD node that corresponds to the Intrinsic ID.
+ /// Get the ISD node that corresponds to the Intrinsic ID. Returns
2127
+ /// ISD::DELETED_NODE by default for an unsupported Intrinsic ID.
2128
int IntrinsicIDToISD(Intrinsic::ID ID) const;
2129
2130
/// @}
0 commit comments