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 a6da7e8 commit 7e9e9ddCopy full SHA for 7e9e9dd
mlir/test/Dialect/Arith/emulate-wide-int-unsupported.mlir
@@ -36,7 +36,7 @@ func.func @unsupported_return_type(%arg0: vector<4xi64>) -> vector<4xi128> {
36
37
// Unsupported function argument type.
38
// expected-error@+1 {{failed to legalize operation 'func.func' that was explicitly marked illegal}}
39
-func.func @unsupported_return_type(%arg0: vector<4xi128>) -> vector<4xi64> {
+func.func @unsupported_argument_type(%arg0: vector<4xi128>) -> vector<4xi64> {
40
%0 = arith.trunci %arg0: vector<4xi128> to vector<4xi64>
41
return %0 : vector<4xi64>
42
}
0 commit comments