[llvm] [llvm][ARM]Add widen global arrays pass (PR #107120)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 04:04:03 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/144/builds/9579
<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/GlobalOpt/ARM/arm-widen-strings-2.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt < /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-strings-2.ll -mtriple=arm-none-eabi -passes=globalopt -S | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-strings-2.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-strings-2.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt -mtriple=arm-none-eabi -passes=globalopt -S
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt: warning: failed to infer data layout: unable to get target for 'arm-unknown-none-eabi', see --version and --triple.
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt: WARNING: failed to create target machine for 'arm-unknown-none-eabi': unable to get target for 'arm-unknown-none-eabi', see --version and --triple.
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-strings-2.ll:9:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[SOMETHING:%.*]] = alloca [64 x i8], align 1
[0;1;32m ^
[0m[1m<stdin>:8:7: [0m[0;1;30mnote: [0m[1mscanning from here
[0mentry:
[0;1;32m ^
[0m[1m<stdin>:9:7: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %something = alloca [62 x i8], align 1
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-strings-2.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m; ModuleID = '<stdin>' [0m
[0;1;30m 2: [0m[1m[0;1;46msource_filename = "<stdin>" [0m
[0;1;30m 3: [0m[1m[0;1;46mtarget triple = "arm-unknown-none-eabi" [0m
[0;1;30m 4: [0m[1m[0;1;46m [0m
[0;1;30m 5: [0m[1m[0;1;46m at .str = private unnamed_addr constant [62 x i8] c"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\00", align 1 [0m
[0;1;30m 6: [0m[1m[0;1;46m [0m
[0;1;30m 7: [0m[1m[0;1;46m[0mdefine void @foo() local_unnamed_addr {[0;1;46m [0m
[0;1;32mlabel:7'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32mlabel:7'1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 8: [0m[1m[0;1;46m[0mentry:[0;1;46m [0m
[0;1;32mnext:8'0 ^~~~~~
[0m[0;1;32mnext:8'1 ^~~~~~ captured var "ENTRY"
[0m[0;1;31mnext:9'0 X error: no match found
[0m[0;1;30m 9: [0m[1m[0;1;46m %something = alloca [62 x i8], align 1 [0m
[0;1;31mnext:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;35mnext:9'1 ? possible intended match
[0m[0;1;30m 10: [0m[1m[0;1;46m call void @llvm.memcpy.p0.p0.i32(ptr noundef nonnull align 1 dereferenceable(62) %something, ptr noundef nonnull align 1 dereferenceable(62) @.str, i32 62, i1 false) [0m
[0;1;31mnext:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 11: [0m[1m[0;1;46m %call2 = call i32 @bar(ptr nonnull %something) [0m
[0;1;31mnext:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 12: [0m[1m[0;1;46m ret void [0m
[0;1;31mnext:9'0 ~~~~~~~~~~
[0m[0;1;30m 13: [0m[1m[0;1;46m} [0m
...
```
</details>
https://github.com/llvm/llvm-project/pull/107120
More information about the llvm-commits
mailing list