[Mlir-commits] [mlir] [MLIR][OpenMP] Improve loop wrapper op verifiers (PR #134833)
Michael Kruse
llvmlistbot at llvm.org
Tue Apr 8 04:56:03 PDT 2025
================
@@ -2416,7 +2432,7 @@ func.func @omp_distribute_nested_wrapper2(%lb: index, %ub: index, %step: index)
// -----
-func.func @omp_distribute_nested_wrapper3(%lb: index, %ub: index, %step: index) -> () {
+func.func @omp_distribute_nested_wrapper4(%lb: index, %ub: index, %step: index) -> () {
----------------
Meinersbur wrote:
Unrelated rename?
https://github.com/llvm/llvm-project/pull/134833
More information about the Mlir-commits
mailing list