Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I believe async lowering also needs this, but leaving for future work.
mlir/include/mlir/Dialect/LLVMIR/FunctionCallUtils.h | ||
---|---|---|
11 | among | |
57 | Also add funcs for malloc and free? | |
mlir/lib/Dialect/LLVMIR/IR/FunctionCallUtils.cpp | ||
40 | Nit: spurious empty line here and below | |
86–89 | Nit: could we make something like b.getSymbolRefAttr(fn) into a variable to make this formatting look less horrible? |
among