-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[mlir][llvmir] Added extra builders for CallInstrinsicOp #111664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
6be01c8
a5d76f1
f9c3cf4
01987e9
1e7bd93
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1943,6 +1943,11 @@ def LLVM_CallIntrinsicOp | |
| attr-dict | ||
| }]; | ||
|
|
||
| let builders = [ | ||
| OpBuilder<(ins "Type": $results, "StringAttr":$intrin, "ValueRange":$args)>, | ||
| OpBuilder<(ins "TypeRange": $results, "StringAttr":$intrin, "ValueRange":$args, "FastmathFlagsAttr":$fastMathFlags)> | ||
| ]; | ||
FMarno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| let hasVerifier = 1; | ||
| } | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.