[Mlir-commits] [llvm] [mlir] [MLIR] Add passthrough attribute to mlir.global (PR #154706)
Tobias Gysi
llvmlistbot at llvm.org
Fri Aug 22 02:23:58 PDT 2025
================
@@ -2542,63 +2605,20 @@ static constexpr std::array kExplicitAttributes{
StringLiteral("uwtable"),
StringLiteral("vscale_range"),
StringLiteral("willreturn"),
+ StringLiteral("memory"),
----------------
gysit wrote:
Ultra nit: Let's order the attribute names alphabetically.
https://github.com/llvm/llvm-project/pull/154706
More information about the Mlir-commits
mailing list