Remove allow-unregistered-dialect from some tests that don't need it
authorSanjoy Das <sanjoy@playingwithpointers.com>
Sun, 3 Jan 2021 06:56:44 +0000 (22:56 -0800)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 6 Jan 2021 17:40:50 +0000 (09:40 -0800)
Differential Revision: https://reviews.llvm.org/D93982

mlir/test/Conversion/GPUCommon/lower-alloc-to-gpu-runtime-calls.mlir
mlir/test/Conversion/GPUCommon/lower-launch-func-to-gpu-runtime-calls.mlir
mlir/test/Conversion/GPUCommon/lower-memcpy-to-gpu-runtime-calls.mlir
mlir/test/Conversion/GPUCommon/lower-wait-to-gpu-runtime-calls.mlir

index 06ccd1e8f4eee87423d06769cca2a05fb522c799..d1b1af8131630f2cd43cd39d61dadf40f4d7149e 100644 (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() {
index c63936848e9af6258b8b3f98ca24068a1f31dc09..3fcf3a00ab9a7b5e5fce4d734aa62514edfb2343 100644 (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} {
 
index 790c92f92ec96fccbd706b762a16f18aa4d0fcca..162c2f4e838a0beaad5ceb8a7d8049d7c0eef599 100644 (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} {
 
index b6eacfb969dde834a491a1d8f3e4e1ac104b6546..3234e885185e3209a32c59315a28de4424661b64 100644 (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} {