[Mlir-commits] [mlir] [MLIR][OpenMP] Improve loop wrapper op verifiers (PR #134833)

Sergio Afonso llvmlistbot at llvm.org
Tue Apr 8 05:07:30 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) -> () {
----------------
skatrak wrote:

Moved the new test to be last so I don't have to rename the existing ones.

https://github.com/llvm/llvm-project/pull/134833


More information about the Mlir-commits mailing list