[llvm] [ExtendLifetimes] Implement llvm.fake.use to extend variable lifetimes (PR #86149)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 19:06:44 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-armv7-global-isel` running on `linaro-clang-armv7-global-isel` while building `llvm` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/39/builds/1330
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: CodeGen/X86/fake-use-vector2.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/llc -stop-after=finalize-isel -filetype=asm -o - /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/CodeGen/X86/fake-use-vector2.ll | /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/CodeGen/X86/fake-use-vector2.ll
+ /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/CodeGen/X86/fake-use-vector2.ll
+ /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/llc -stop-after=finalize-isel -filetype=asm -o - /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/CodeGen/X86/fake-use-vector2.ll
'btver2' is not a recognized processor for this target (ignoring processor)
'btver2' is not a recognized processor for this target (ignoring processor)
'btver2' is not a recognized processor for this target (ignoring processor)
'btver2' is not a recognized processor for this target (ignoring processor)
'btver2' is not a recognized processor for this target (ignoring processor)
'btver2' is not a recognized processor for this target (ignoring processor)
/home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/CodeGen/X86/fake-use-vector2.ll:14:10: error: CHECK: expected string not found in input
; CHECK: %0:vr256 = VMOV
^
<stdin>:1:1: note: scanning from here
--- |
^
<stdin>:81:2: note: possible intended match here
%0:gpr = MOVi 0, 14 /* CC::al */, $noreg, $noreg
^
Input file: <stdin>
Check file: /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/CodeGen/X86/fake-use-vector2.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: --- |
check:14'0 X~~~~~ error: no match found
2: ; ModuleID = '/home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/CodeGen/X86/fake-use-vector2.ll'
check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3: source_filename = "t5.cpp"
check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4: target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5:
check:14'0 ~~
6: ; Function Attrs: optdebug
check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.
.
.
76: constants: []
check:14'0 ~~~~~~~~~~~~~~
77: machineFunctionInfo:
check:14'0 ~~~~~~~~~~~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/86149
More information about the llvm-commits
mailing list