Remove allow-unregistered-dialect from some tests that don't need it

Differential Revision: https://reviews.llvm.org/D93982
This commit is contained in:
Sanjoy Das 2021-01-02 22:56:44 -08:00
parent bd166c813c
commit 6173d1277b
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
// RUN: mlir-opt -allow-unregistered-dialect %s --gpu-to-llvm | FileCheck %s
// RUN: mlir-opt %s --gpu-to-llvm | FileCheck %s
module attributes {gpu.container_module} {
func @main() {

View File

@ -1,5 +1,5 @@
// RUN: mlir-opt -allow-unregistered-dialect %s --gpu-to-llvm="gpu-binary-annotation=nvvm.cubin" | FileCheck %s
// RUN: mlir-opt -allow-unregistered-dialect %s --gpu-to-llvm="gpu-binary-annotation=rocdl.hsaco" | FileCheck %s --check-prefix=ROCDL
// RUN: mlir-opt %s --gpu-to-llvm="gpu-binary-annotation=nvvm.cubin" | FileCheck %s
// RUN: mlir-opt %s --gpu-to-llvm="gpu-binary-annotation=rocdl.hsaco" | FileCheck %s --check-prefix=ROCDL
module attributes {gpu.container_module} {

View File

@ -1,4 +1,4 @@
// RUN: mlir-opt -allow-unregistered-dialect %s --gpu-to-llvm | FileCheck %s
// RUN: mlir-opt %s --gpu-to-llvm | FileCheck %s
module attributes {gpu.container_module} {

View File

@ -1,4 +1,4 @@
// RUN: mlir-opt -allow-unregistered-dialect %s --gpu-to-llvm | FileCheck %s
// RUN: mlir-opt %s --gpu-to-llvm | FileCheck %s
module attributes {gpu.container_module} {