[Mlir-commits] [mlir] [MLIR][LLVM] Implement LLVM dialect support for global aliases (PR #125295)
Christian Ulmann
llvmlistbot at llvm.org
Mon Feb 3 23:55:05 PST 2025
================
@@ -1163,7 +1163,7 @@ def LLVM_AddressOfOp : LLVM_Op<"mlir.addressof",
let arguments = (ins FlatSymbolRefAttr:$global_name);
let results = (outs LLVM_AnyPointer:$res);
- let summary = "Creates a pointer pointing to a global or a function";
+ let summary = "Creates a pointer pointing to a global, alias or a function";
let description = [{
Creates an SSA value containing a pointer to a global variable or constant
----------------
Dinistro wrote:
Nit: This description is now also a bit outdated
https://github.com/llvm/llvm-project/pull/125295
More information about the Mlir-commits
mailing list