[Mlir-commits] [mlir] b5cc456 - [NFC][MLIR] Remove obsolete target device test from openmp-todo.mlir (#175894)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 14 08:40:30 PST 2026
Author: Chi-Chun, Chen
Date: 2026-01-14T10:40:24-06:00
New Revision: b5cc4562d8ab91237fe56461b43a3db9ca3f49ed
URL: https://github.com/llvm/llvm-project/commit/b5cc4562d8ab91237fe56461b43a3db9ca3f49ed
DIFF: https://github.com/llvm/llvm-project/commit/b5cc4562d8ab91237fe56461b43a3db9ca3f49ed.diff
LOG: [NFC][MLIR] Remove obsolete target device test from openmp-todo.mlir (#175894)
Remove the target device test from openmp-todo.mlir since MLIR-to-LLVM
IR lowering for the OpenMP target device clause is now implemented
(#173509, #174665).
Added:
Modified:
mlir/test/Target/LLVMIR/openmp-todo.mlir
Removed:
################################################################################
diff --git a/mlir/test/Target/LLVMIR/openmp-todo.mlir b/mlir/test/Target/LLVMIR/openmp-todo.mlir
index 9ad22a2a5e80b..cb7ea47ea035d 100644
--- a/mlir/test/Target/LLVMIR/openmp-todo.mlir
+++ b/mlir/test/Target/LLVMIR/openmp-todo.mlir
@@ -173,15 +173,6 @@ llvm.func @target_allocate(%x : !llvm.ptr) {
// -----
-llvm.func @target_device(%x : i32) {
- omp.target device(%x : i32) {
- omp.terminator
- }
- llvm.return
-}
-
-// -----
-
omp.declare_reduction @add_f32 : f32
init {
^bb0(%arg: f32):
More information about the Mlir-commits
mailing list