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

Bruno Cardoso Lopes llvmlistbot at llvm.org
Thu Oct 9 15:37:17 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{{.*}}
----------------
bcardosolopes wrote:

Added to the bytecode test!

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


More information about the Mlir-commits mailing list