summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Intrinsics.td
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Intrinsics.td')
-rw-r--r--llvm/include/llvm/Intrinsics.td4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/Intrinsics.td b/llvm/include/llvm/Intrinsics.td
index 01d2cca47a6..e2be4c4f6ab 100644
--- a/llvm/include/llvm/Intrinsics.td
+++ b/llvm/include/llvm/Intrinsics.td
@@ -266,6 +266,10 @@ let Properties = [IntrNoMem] in {
def int_fma : Intrinsic<[llvm_anyfloat_ty],
[LLVMMatchType<0>, LLVMMatchType<0>,
LLVMMatchType<0>]>;
+
+ def int_fmuladd : Intrinsic<[llvm_anyfloat_ty],
+ [LLVMMatchType<0>, LLVMMatchType<0>,
+ LLVMMatchType<0>]>;
}
// NOTE: these are internal interfaces.
OpenPOWER on IntegriCloud