File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mlir/test/Conversion/MemRefToLLVM Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: mlir-opt %s -finalize-memref-to-llvm 2>&1 | FileCheck %s
2
2
// Since the error is at an unknown location, we use FileCheck instead of
3
- // -veri-y -diagnostics here
3
+ // -verify -diagnostics here
4
4
5
5
// CHECK: redefinition of reserved function 'malloc' of different type '!llvm.func<void (i64)>' is prohibited
6
6
llvm.func @malloc (i64 )
Original file line number Diff line number Diff line change 1
1
// RUN: mlir-opt %s -finalize-memref-to-llvm 2>&1 | FileCheck %s
2
2
// Since the error is at an unknown location, we use FileCheck instead of
3
- // -veri-y -diagnostics here
3
+ // -verify -diagnostics here
4
4
5
5
// CHECK: conversion of memref memory space #gpu.address_space<workgroup> to integer address space failed. Consider adding memory space conversions
6
6
// CHECK-LABEL: @issue_70160
You can’t perform that action at this time.
0 commit comments