Skip to content

Commit 07740fb

Browse files
authored
[mlir][NVVM][NFC] Remove useless options form run lines (#168098)
Address post commit comments from #167958
1 parent 9d7e341 commit 07740fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Target/LLVMIR/nvvm/barrier.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: mlir-translate -mlir-to-llvmir %s -split-input-file --verify-diagnostics | FileCheck %s --check-prefix=LLVM
2-
// RUN: mlir-opt %s -split-input-file | mlir-opt | FileCheck %s
1+
// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s --check-prefix=LLVM
2+
// RUN: mlir-opt %s | mlir-opt | FileCheck %s
33

44
// LLVM-LABEL: @llvm_nvvm_barrier(
55
// LLVM-SAME: i32 %[[barId:.*]], i32 %[[numThreads:.*]], i32 %[[redOperand:.*]])

0 commit comments

Comments
 (0)