commit | acfc261038b50e88bc75e975bdb67f2b895712fa | [log] [tgz] |
---|---|---|
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Thu May 08 11:17:18 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 08 11:18:15 2025 -0700 |
tree | e98ae372ae8349dd52cfc9983fef84ccb1f5f114 | |
parent | d235329a64d8690e83de5e228646c84f95f3265b [diff] |
[MLIR][LLVM] Fix llvm.mlir.global mismatching print and parser order (#138986) `GlobalOp` was parsing `thread_local` after `unnamed_addr`, but printing in the reverse order. While here, make `AliasOp` match the same behavior and share common parts of global and alias printing. GitOrigin-RevId: 7f98e5a5ea12b986b8637da22b46544b95f831cf
See https://mlir.llvm.org/ for more information.