aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/OpenMP/invalid.mlir
diff options
context:
space:
mode:
authorRaghu Maddhipatla <7686592+raghavendhra@users.noreply.github.com>2024-04-09 16:18:56 -0500
committerGitHub <noreply@github.com>2024-04-09 16:18:56 -0500
commiteec41d2f8d81b546d7b97648cca6b2d656104bd3 (patch)
tree91fcc6f3cd92e04d016f5c01825be4bc90a8a0b2 /mlir/test/Dialect/OpenMP/invalid.mlir
parent4afcfd7498363e42c002ee33a6e925c2d2c7b45e (diff)
downloadllvm-eec41d2f8d81b546d7b97648cca6b2d656104bd3.zip
llvm-eec41d2f8d81b546d7b97648cca6b2d656104bd3.tar.gz
llvm-eec41d2f8d81b546d7b97648cca6b2d656104bd3.tar.bz2
Revert "[Flang] [OpenMP] [Semantics] [MLIR] [Lowering] Add lowering support for IS_DEVICE_PTR and HAS_DEVICE_ADDR clauses on OMP TARGET directive." (#88198)
Reverts llvm/llvm-project#74187
Diffstat (limited to 'mlir/test/Dialect/OpenMP/invalid.mlir')
-rw-r--r--mlir/test/Dialect/OpenMP/invalid.mlir2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/Dialect/OpenMP/invalid.mlir b/mlir/test/Dialect/OpenMP/invalid.mlir
index 27a440b..1134db7 100644
--- a/mlir/test/Dialect/OpenMP/invalid.mlir
+++ b/mlir/test/Dialect/OpenMP/invalid.mlir
@@ -1809,7 +1809,7 @@ func.func @omp_target_depend(%data_var: memref<i32>) {
// expected-error @below {{op expected as many depend values as depend variables}}
"omp.target"(%data_var) ({
"omp.terminator"() : () -> ()
- }) {depends = [], operandSegmentSizes = array<i32: 0, 0, 0, 1, 0, 0, 0>} : (memref<i32>) -> ()
+ }) {depends = [], operandSegmentSizes = array<i32: 0, 0, 0, 1, 0>} : (memref<i32>) -> ()
"func.return"() : () -> ()
}