[Mlir-commits] [mlir] [mlir] Enable setting alias on AsmState. (PR #153776)
Jacques Pienaar
llvmlistbot at llvm.org
Tue Aug 19 04:13:25 PDT 2025
================
@@ -560,6 +560,15 @@ class AsmState {
FallbackAsmResourceMap *map = nullptr);
~AsmState();
+ /// Add an alias for the given attribute. The alias will be used as a
+ /// suggestion when printing. The final alias may be modified to resolve
+ /// conflicts.
----------------
jpienaar wrote:
I mention that above, first one is set, successive calls ignored. Or do you mean I should add to docstring?
https://github.com/llvm/llvm-project/pull/153776
More information about the Mlir-commits
mailing list