- This will eliminate the need to pass an empty ArrayRef<NamedAttribute>{} when no named attributes are required on the function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83356
[MLIR] Combine the 2 overloads of FuncOp::build() into one. ClosedPublic Authored by jurahul on Jul 7 2020, 4:15 PM.
Details Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 7 2020, 4:20 PM Closed by commit rG74145d584126: [MLIR] Combine the 2 overloads of FuncOp::build() into one. (authored by jurahul). · Explain WhyJul 7 2020, 6:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 276253 mlir/include/mlir/IR/Function.h
mlir/lib/Conversion/GPUToVulkan/ConvertGPULaunchFuncToVulkanLaunchFunc.cpp
mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
mlir/lib/IR/Function.cpp
|