[llvm] [msan] Add avx512-intrinsics.ll and avx512-intrinsics-upgrade.ll test case (PR #123980)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 26 16:20:30 PST 2025
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/13521
<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/X86/avx512-intrinsics-upgrade.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/Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll -S -mtriple=x86_64-linux-gnu -mattr=+avx512f -passes=msan 2>&1 | /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll -S -mtriple=x86_64-linux-gnu -mattr=+avx512f -passes=msan
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll
[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll:3861:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[Q:%.*]] = load i64, ptr [[PTR_B:%.*]], align 8
[0;1;32m ^
[0m[1m<stdin>:3290:3: [0m[0;1;30mnote: [0m[1mscanning from here
[0m4: ; preds = %0
[0;1;32m ^
[0m[1m<stdin>:3295:3: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %_msld = load i64, ptr %7, align 4
[0;1;32m ^
[0m[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll:3896:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[Q:%.*]] = load i64, ptr [[PTR_B:%.*]], align 8
[0;1;32m ^
[0m[1m<stdin>:3320:3: [0m[0;1;30mnote: [0m[1mscanning from here
[0m6: ; preds = %0
[0;1;32m ^
[0m[1m<stdin>:3325:3: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %_msld = load i64, ptr %9, align 4
[0;1;32m ^
[0m[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll:3938:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[Q:%.*]] = load i64, ptr [[PTR_B:%.*]], align 8
[0;1;32m ^
[0m[1m<stdin>:3357:3: [0m[0;1;30mnote: [0m[1mscanning from here
[0m5: ; preds = %0
[0;1;32m ^
[0m[1m<stdin>:3362:3: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %_msld = load i64, ptr %8, align 4
[0;1;32m ^
[0m[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll:4144:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[Q:%.*]] = load i64, ptr [[PTR_B:%.*]], align 8
[0;1;32m ^
[0m[1m<stdin>:3536:3: [0m[0;1;30mnote: [0m[1mscanning from here
[0m4: ; preds = %0
[0;1;32m ^
[0m[1m<stdin>:3541:3: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %_msld = load i64, ptr %7, align 4
[0;1;32m ^
[0m[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll:4179:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[Q:%.*]] = load i64, ptr [[PTR_B:%.*]], align 8
[0;1;32m ^
[0m[1m<stdin>:3566:3: [0m[0;1;30mnote: [0m[1mscanning from here
[0m6: ; preds = %0
[0;1;32m ^
...
```
</details>
https://github.com/llvm/llvm-project/pull/123980
More information about the llvm-commits
mailing list