[Mlir-commits] [mlir] [MLIR][LLVM] Add bytecode support for several attributes (PR #162577)

Tobias Gysi llvmlistbot at llvm.org
Thu Oct 9 00:22:26 PDT 2025


================
@@ -757,7 +758,7 @@ llvm.func @stackrestore(%arg0: !llvm.ptr)  {
 
 // CHECK-LABEL: @experimental_noalias_scope_decl
 llvm.func @experimental_noalias_scope_decl() {
-  // CHECK: llvm.intr.experimental.noalias.scope.decl #{{.*}}
+  // CHECK: llvm.intr.experimental.noalias.scope.decl #alias_scope{{.*}}
----------------
gysit wrote:

Should we also add some check lines on the alias scopes above to make sure things roundtrip correctly. Or alternatively, we could also add some alias scopes to the bytecode test? 

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


More information about the Mlir-commits mailing list