summaryrefslogtreecommitdiff
path: root/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Target/GlobalISel/SelectionDAGCompat.td')
-rw-r--r--include/llvm/Target/GlobalISel/SelectionDAGCompat.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Target/GlobalISel/SelectionDAGCompat.td b/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
index 3a3118139bcb..178b08d7b8b7 100644
--- a/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
+++ b/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
@@ -64,6 +64,7 @@ def : GINodeEquiv<G_FREM, frem>;
def : GINodeEquiv<G_FPOW, fpow>;
def : GINodeEquiv<G_FEXP2, fexp2>;
def : GINodeEquiv<G_FLOG2, flog2>;
+def : GINodeEquiv<G_INTRINSIC, intrinsic_wo_chain>;
def : GINodeEquiv<G_BR, br>;
// Specifies the GlobalISel equivalents for SelectionDAG's ComplexPattern.