[clang] [llvm] [mlir] Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.coro.end #153404" (PR #155339)

LLVM Continuous Integration via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 16 20:58:10 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `ml-opt-dev-x86-64` running on `ml-opt-dev-x86-64-b1` while building `clang,llvm,mlir` at step 6 "test-build-unified-tree-check-all".

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

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

```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: Transforms/Inline/ML/state-tracking-coro.ll' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 3
/b/ml-opt-dev-x86-64-b1/build/bin/opt -passes='default<O1>,print<inline-advisor>' -training-log=/dev/null    -S -enable-ml-inliner=development -enable-scc-inline-advisor-printing < /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/Transforms/Inline/ML/state-tracking-coro.ll 2>&1 | /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/Transforms/Inline/ML/state-tracking-coro.ll
# executed command: /b/ml-opt-dev-x86-64-b1/build/bin/opt '-passes=default<O1>,print<inline-advisor>' -training-log=/dev/null -S -enable-ml-inliner=development -enable-scc-inline-advisor-printing
# note: command had no output on stdout or stderr
# error: command failed with exit status: -6
# executed command: /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/Transforms/Inline/ML/state-tracking-coro.ll
# .---command stderr------------
# | /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/Transforms/Inline/ML/state-tracking-coro.ll:7:10: error: CHECK: expected string not found in input
# | ; CHECK: [MLInlineAdvisor] Nodes: 1 Edges: 0
# |          ^
# | <stdin>:1:1: note: scanning from here
# | opt: /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/lib/IR/Value.cpp:520: void llvm::Value::doRAUW(Value *, ReplaceMetadataUses): Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed.
# | ^
# | <stdin>:4:84: note: possible intended match here
# | 0. Program arguments: /b/ml-opt-dev-x86-64-b1/build/bin/opt -passes=default<O1>,print<inline-advisor> -training-log=/dev/null -S -enable-ml-inliner=development -enable-scc-inline-advisor-printing
# |                                                                                    ^
# | 
# | Input file: <stdin>
# | Check file: /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/Transforms/Inline/ML/state-tracking-coro.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            1: opt: /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/lib/IR/Value.cpp:520: void llvm::Value::doRAUW(Value *, ReplaceMetadataUses): Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed. 
# | check:7'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |            2: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. 
# | check:7'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            3: Stack dump: 
# | check:7'0     ~~~~~~~~~~~~
# |            4: 0. Program arguments: /b/ml-opt-dev-x86-64-b1/build/bin/opt -passes=default<O1>,print<inline-advisor> -training-log=/dev/null -S -enable-ml-inliner=development -enable-scc-inline-advisor-printing 
# | check:7'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:7'1                                                                                        ?                                                                                                                 possible intended match
# |            5:  #0 0x00005629cfc956f8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/b/ml-opt-dev-x86-64-b1/build/bin/opt+0x4ca46f8) 
# | check:7'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            6:  #1 0x00005629cfc92d05 llvm::sys::RunSignalHandlers() (/b/ml-opt-dev-x86-64-b1/build/bin/opt+0x4ca1d05) 
# | check:7'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            7:  #2 0x00005629cfc96761 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 
# | check:7'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            8:  #3 0x00007f1a4de5a050 (/lib/x86_64-linux-gnu/libc.so.6+0x3c050) 
# | check:7'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            9:  #4 0x00007f1a4dea8eec (/lib/x86_64-linux-gnu/libc.so.6+0x8aeec) 
# | check:7'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            .
# |            .
...

```

</details>

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


More information about the cfe-commits mailing list