[Mlir-commits] [mlir] [MLIR] Reuse AsmState to enable fast generate-runtime-verification pass; add location-only pass option (PR #160331)

LLVM Continuous Integration llvmlistbot at llvm.org
Wed Oct 8 03:57:13 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `mlir-rocm-mi200` running on `mi200-buildbot` while building `mlir` at step 7 "test-build-check-mlir-build-only-check-mlir".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/177/builds/22238

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 7 (test-build-check-mlir-build-only-check-mlir) failure: test (failure)
******************** TEST 'MLIR :: Integration/Dialect/MemRef/dim-runtime-verification.mlir' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/mlir-opt /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Integration/Dialect/MemRef/dim-runtime-verification.mlir -generate-runtime-verification      -expand-strided-metadata      -test-cf-assert      -convert-to-llvm |  /vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/mlir-runner -e main -entry-point-result=void      -shared-libs=/vol/worker/mi200-buildbot/mlir-rocm-mi200/build/lib/libmlir_runner_utils.so 2>&1 |  /vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/FileCheck /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Integration/Dialect/MemRef/dim-runtime-verification.mlir
# executed command: /vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/mlir-opt /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Integration/Dialect/MemRef/dim-runtime-verification.mlir -generate-runtime-verification -expand-strided-metadata -test-cf-assert -convert-to-llvm
# executed command: /vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/vol/worker/mi200-buildbot/mlir-rocm-mi200/build/lib/libmlir_runner_utils.so
# executed command: /vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/FileCheck /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Integration/Dialect/MemRef/dim-runtime-verification.mlir
# .---command stderr------------
# | /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Integration/Dialect/MemRef/dim-runtime-verification.mlir:23:17: error: CHECK-NEXT: expected string not found in input
# |  // CHECK-NEXT: "memref.dim"(%{{.*}}, %{{.*}}) : (memref<1xf32>, index) -> index
# |                 ^
# | <stdin>:1:38: note: scanning from here
# | ERROR: Runtime op verification failed
# |                                      ^
# | <stdin>:2:8: note: possible intended match here
# | %dim = memref.dim %alloca, %c4 : memref<1xf32>
# |        ^
# | 
# | Input file: <stdin>
# | Check file: /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Integration/Dialect/MemRef/dim-runtime-verification.mlir
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            1: ERROR: Runtime op verification failed 
# | next:23'0                                          X error: no match found
# |            2: %dim = memref.dim %alloca, %c4 : memref<1xf32> 
# | next:23'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:23'1            ?                                        possible intended match
# |            3: ^ 
# | next:23'0     ~~
# |            4: Location: loc("/vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Integration/Dialect/MemRef/dim-runtime-verification.mlir":26:10) 
# | next:23'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

********************


```

</details>

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


More information about the Mlir-commits mailing list