Similarly to actual LLVM IR, and to llvm.mlir.func, allow the custom syntax
of llvm.mlir.global to omit the linkage keyword. If omitted, the linkage is
assumed to be external. This makes the modeling of globals in the LLVM dialect
more consistent, both within the dialect and with LLVM IR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Typo attribute