mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
Remove allow-unregistered-dialect from some tests that don't need it
Differential Revision: https://reviews.llvm.org/D93982
This commit is contained in:
parent
bd166c813c
commit
6173d1277b
@ -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() {
|
||||
|
@ -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} {
|
||||
|
||||
|
@ -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} {
|
||||
|
||||
|
@ -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} {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user