clementval added a comment.

In D105584#3617456 <https://reviews.llvm.org/D105584#3617456>, 
@abidmalikwaterloo wrote:

>   // CHECK-LABEL: omp_DistributeOp
>   func.func @omp_DistributeOp(%lb : index, %ub : index, %step : index, 
> %data_var : memref<i32>, %chunk_var : i32) -> () {
>      // CHECK: omp.DistributeOp collapse(2)
>     "omp.DistributeOp" (%lb, %ub, %step) ({
>       ^bb0(%iv: index):
>        omp.yield
>     }) {operand_segment_sizes = dense<[1,1,1,0,0]> : vector<5xi32>, 
> collapse_val = 2} :
>       (index, index, index) -> ()
>    
>    return
>    }
>
> Is this a valid test case for the operation?

Should it be `"omp.distribute" (%lb, %ub, %step) ({`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105584/new/

https://reviews.llvm.org/D105584

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to