[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:18:49 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-4` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/7798
<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-global-dest.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt < /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-global-dest.ll -mtriple=arm-none-eabi -passes=globalopt -S | /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-global-dest.ll
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt -mtriple=arm-none-eabi -passes=globalopt -S
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-global-dest.ll
/Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt: warning: failed to infer data layout: unable to get target for 'arm-unknown-none-eabi', see --version and --triple.
/Users/buildbot/buildbot-root/aarch64-darwin/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/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-global-dest.ll:6:10: [0m[0;1;31merror: [0m[1mCHECK: expected string not found in input
[0m; CHECK: [4 x i8]
[0;1;32m ^
[0m[1m<stdin>:5:46: [0m[0;1;30mnote: [0m[1mscanning from here
[0m at other = private unnamed_addr global [3 x i8] c"\01\02\03", align 1
[0;1;32m ^
[0m[1m<stdin>:6:38: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m at .i8 = private unnamed_addr constant [3 x i8] c"\01\02\03", align 1
[0;1;32m ^
[0m[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-global-dest.ll:12:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[SOMETHING:%.*]] = alloca [4 x i8], align 1
[0;1;32m ^
[0m[1m<stdin>:9:7: [0m[0;1;30mnote: [0m[1mscanning from here
[0mentry:
[0;1;32m ^
[0m[1m<stdin>:10:7: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %something = alloca [3 x i8], align 1
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/GlobalOpt/ARM/arm-widen-global-dest.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 other = private unnamed_addr global [0m[3 x i8][0;1;46m c"\01\02\03", align 1 [0m
[0;1;32mcheck:4 ^~~~~~~~
[0m[0;1;31mcheck:6'0 X~~~~~~~~~~~~~~~~~~~~~~ error: no match found
[0m[0;1;30m 6: [0m[1m[0;1;46m at .i8 = private unnamed_addr constant [3 x i8] c"\01\02\03", align 1 [0m
[0;1;31mcheck:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;35mcheck:6'1 ? possible intended match
[0m[0;1;30m 7: [0m[1m[0;1;46m [0m
[0;1;31mcheck:6'0 ~
[0m[0;1;30m 8: [0m[1m[0;1;46m[0mdefine void @memcpy_multiple() local_unnamed_addr {[0;1;46m [0m
[0;1;32mlabel:10 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/107120
More information about the llvm-commits
mailing list