[Mlir-commits] [mlir] [MLIR][LLVM] Have LLVM::AddressOfOp implement ConstantLike (PR #90481)

Tobias Gysi llvmlistbot at llvm.org
Mon Apr 29 09:15:14 PDT 2024


================
@@ -1826,6 +1826,11 @@ AddressOfOp::verifySymbolUses(SymbolTableCollection &symbolTable) {
   return success();
 }
 
+// AddressOp constant-folds to the global symbol name.
----------------
gysit wrote:

```suggestion
// AddressOfOp constant-folds to the global symbol name.
```
nit:

https://github.com/llvm/llvm-project/pull/90481


More information about the Mlir-commits mailing list