[mlir] Fix slicing-utils.mlir test after D104516
authorRiver Riddle <riddleriver@gmail.com>
Wed, 23 Jun 2021 02:52:05 +0000 (02:52 +0000)
committerRiver Riddle <riddleriver@gmail.com>
Wed, 23 Jun 2021 02:52:17 +0000 (02:52 +0000)
Remove the duplicate unnecessary CHECK labels at the bottom of the file.

mlir/test/Dialect/Affine/slicing-utils.mlir

index 500aab1..80df40b 100644 (file)
@@ -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