[PATCH] D115790: [Coroutines] Set presplit attribute in Clang and mlir

Eugene Zhulenev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 24 08:32:55 PST 2021


ezhulenev accepted this revision.
ezhulenev added inline comments.


================
Comment at: mlir/lib/Dialect/Async/Transforms/AsyncToAsyncRuntime.cpp:201
+                                     StringAttr::get(ctx, "0")})}));
+
   CoroMachinery machinery;
----------------
nit: builder has an API to simplify attributes construction: https://github.com/llvm/llvm-project/blob/main/mlir/include/mlir/IR/Builders.h#L92-L100


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

https://reviews.llvm.org/D115790



More information about the llvm-commits mailing list