Skip to content

Commit 7e9e9dd

Browse files
committed
Fix name
1 parent a6da7e8 commit 7e9e9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Arith/emulate-wide-int-unsupported.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func.func @unsupported_return_type(%arg0: vector<4xi64>) -> vector<4xi128> {
3636

3737
// Unsupported function argument type.
3838
// 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> {
39+
func.func @unsupported_argument_type(%arg0: vector<4xi128>) -> vector<4xi64> {
4040
%0 = arith.trunci %arg0: vector<4xi128> to vector<4xi64>
4141
return %0 : vector<4xi64>
4242
}

0 commit comments

Comments
 (0)