[llvm] [msan] Switch to -msan-handle-icmp-exact my default (PR #113200)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 12:46:32 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/9929
<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 :: Instrumentation/MemorySanitizer/pr32842.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 4: /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/Instrumentation/MemorySanitizer/pr32842.ll -S -passes=msan 2>&1 | /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/Instrumentation/MemorySanitizer/pr32842.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt -S -passes=msan
+ /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/Instrumentation/MemorySanitizer/pr32842.ll
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Instrumentation/MemorySanitizer/pr32842.ll:18:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: is not on the line after the previous match
[0m; CHECK-NEXT: [[TMP28:%.*]] = shl i32 [[TMP0]], 1
[0;1;32m ^
[0m[1m<stdin>:28:2: [0m[0;1;30mnote: [0m[1m'next' match was here
[0m %8 = shl i32 %0, 1
[0;1;32m ^
[0m[1m<stdin>:21:29: [0m[0;1;30mnote: [0m[1mprevious match ended here
[0m call void @llvm.donothing()
[0;1;32m ^
[0m[1m<stdin>:22:1: [0m[0;1;30mnote: [0m[1mnon-matching line after previous match is here
[0m %2 = shl i32 %1, 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/Instrumentation/MemorySanitizer/pr32842.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 datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" [0m
[0;1;30m 4: [0m[1m[0;1;46mtarget triple = "x86_64-unknown-linux-gnu" [0m
[0;1;30m 5: [0m[1m[0;1;46m [0m
[0;1;30m 6: [0m[1m[0;1;46m at llvm.used = appending global [1 x ptr] [ptr @msan.module_ctor], section "llvm.metadata" [0m
[0;1;30m 7: [0m[1m[0;1;46m at llvm.global_ctors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 0, ptr @msan.module_ctor, ptr null }] [0m
[0;1;30m 8: [0m[1m[0;1;46m at __msan_retval_tls = external thread_local(initialexec) global [100 x i64] [0m
[0;1;30m 9: [0m[1m[0;1;46m at __msan_retval_origin_tls = external thread_local(initialexec) global i32 [0m
[0;1;30m 10: [0m[1m[0;1;46m at __msan_param_tls = external thread_local(initialexec) global [100 x i64] [0m
[0;1;30m 11: [0m[1m[0;1;46m at __msan_param_origin_tls = external thread_local(initialexec) global [200 x i32] [0m
[0;1;30m 12: [0m[1m[0;1;46m at __msan_va_arg_tls = external thread_local(initialexec) global [100 x i64] [0m
[0;1;30m 13: [0m[1m[0;1;46m at __msan_va_arg_origin_tls = external thread_local(initialexec) global [200 x i32] [0m
[0;1;30m 14: [0m[1m[0;1;46m at __msan_va_arg_overflow_size_tls = external thread_local(initialexec) global i64 [0m
[0;1;30m 15: [0m[1m[0;1;46m [0m
[0;1;30m 16: [0m[1m[0;1;46m; Function Attrs: sanitize_memory [0m
[0;1;30m 17: [0m[1m[0;1;46m[0mdefine zeroext i1 @_Z1fii(i32 %x, i32 %y) #0 {[0;1;46m [0m
[0;1;32mlabel:12'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32mlabel:12'1 ^~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32msame:13'0 ^~~~~~~~~~~~~~~~~~~~
[0m[0;1;32msame:13'1 ^~ captured var "X"
[0m[0;1;32msame:13'2 ^~ captured var "Y"
...
```
</details>
https://github.com/llvm/llvm-project/pull/113200
More information about the llvm-commits
mailing list