[Mlir-commits] [mlir] [MLIR][LLVM] Implement LLVM dialect support for global aliases (PR #125295)
Tobias Gysi
llvmlistbot at llvm.org
Sat Feb 1 10:17:55 PST 2025
================
@@ -2422,6 +2422,178 @@ LogicalResult GlobalDtorsOp::verify() {
return success();
}
+//===----------------------------------------------------------------------===//
+// Builder, printer and verifier for LLVM::GlobalOp.
----------------
gysit wrote:
```suggestion
// Builder, printer and verifier for LLVM::AliasOp.
```
https://github.com/llvm/llvm-project/pull/125295
More information about the Mlir-commits
mailing list