mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
Use UNSUPPORTED annotation to disable Integration/Dialect/Vector/CPU/test-contraction.mlir
Previous attempt to disable the test didn't seem to work as expected.
This commit is contained in:
parent
c7592c7714
commit
6130c9df99
@ -1,10 +1,9 @@
|
||||
// RUN: mlir-opt %s -convert-scf-to-cf -convert-vector-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts
|
||||
// Disable the execution for now because of LLVM backend bug: https://github.com/llvm/llvm-project/issues/62995
|
||||
// | \
|
||||
// RUN: mlir-opt %s -convert-scf-to-cf -convert-vector-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
|
||||
// RUN: mlir-cpu-runner -e entry -entry-point-result=void \
|
||||
// RUN: -shared-libs=%mlir_c_runner_utils | \
|
||||
// RUN: FileCheck %s
|
||||
|
||||
// Disable the execution for now because of LLVM backend bug: https://github.com/llvm/llvm-project/issues/62995
|
||||
// UNSUPPORTED: target={{.*}}
|
||||
#dotp_accesses = [
|
||||
affine_map<(i) -> (i)>,
|
||||
affine_map<(i) -> (i)>,
|
||||
|
Loading…
Reference in New Issue
Block a user