forked from OSchip/llvm-project
[mlir] Fix slicing-utils.mlir test after D104516
Remove the duplicate unnecessary CHECK labels at the bottom of the file.
This commit is contained in:
parent
e8c8ce0974
commit
0246dd3004
mlir/test/Dialect/Affine
|
@ -292,18 +292,3 @@ func @slicing_test_multiple_return(%arg0: index) -> (index, index) {
|
|||
%0:2 = "slicing-test-op"(%arg0, %arg0): (index, index) -> (index, index)
|
||||
return %0#0, %0#1 : index, index
|
||||
}
|
||||
|
||||
// This test dumps 2 sets of outputs: first the test outputs themselves followed
|
||||
// by the module. These labels isolate the test outputs from the module dump.
|
||||
// FWD-LABEL: slicing_test
|
||||
// BWD-LABEL: slicing_test
|
||||
// FWDBWD-LABEL: slicing_test
|
||||
// FWD-LABEL: slicing_test_2
|
||||
// BWD-LABEL: slicing_test_2
|
||||
// FWDBWD-LABEL: slicing_test_2
|
||||
// FWD-LABEL: slicing_test_3
|
||||
// BWD-LABEL: slicing_test_3
|
||||
// FWDBWD-LABEL: slicing_test_3
|
||||
// FWD-LABEL: slicing_test_function_argument
|
||||
// BWD-LABEL: slicing_test_function_argument
|
||||
// FWDBWD-LABEL: slicing_test_function_argument
|
||||
|
|
Loading…
Reference in New Issue