Instead of using function calls to LLVM intrinsics, use intr operations defined in the LLVM dialect.
Leftovers from: https://reviews.llvm.org/D94923
Paths
| Differential D95395
[mlir:Async] Use LLVM coro operations to lower from async.coro AbandonedPublic Authored by ezhulenev on Jan 25 2021, 2:24 PM.
Details
Summary Instead of using function calls to LLVM intrinsics, use intr operations defined in the LLVM dialect. Leftovers from: https://reviews.llvm.org/D94923
Diff Detail
Revision Contents
Diff 319124 mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
mlir/test/Conversion/AsyncToLLVM/convert-to-llvm.mlir
|
clang-tidy: error: use of undeclared identifier 'kCoroId' [clang-diagnostic-error]
not useful