[llvm] CodeGen/test: improve a test, regen with UTC (PR #113338)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 03:40:24 PST 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `ml-opt-dev-x86-64` running on `ml-opt-dev-x86-64-b1` while building `llvm` at step 6 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/137/builds/7953

<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 :: CodeGen/NVPTX/load-store.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /b/ml-opt-dev-x86-64-b1/build/bin/llc < /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll -march=nvptx64 -mcpu=sm_20 | /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck -check-prefixes=CHECK,SM60 /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll
+ /b/ml-opt-dev-x86-64-b1/build/bin/llc -march=nvptx64 -mcpu=sm_20
+ /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck -check-prefixes=CHECK,SM60 /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:170:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:133:21: note: scanning from here
 ld.u32 %r1, [%rd1];
                    ^
<stdin>:147:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:514:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:424:30: note: scanning from here
 ld.volatile.u32 %r1, [%rd1];
                             ^
<stdin>:438:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:1419:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:1095:28: note: scanning from here
 ld.global.u32 %r1, [%rd1];
                           ^
<stdin>:1109:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:1744:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:1386:37: note: scanning from here
 ld.volatile.global.u32 %r1, [%rd1];
                                    ^
<stdin>:1400:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:2791:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:2057:28: note: scanning from here
 ld.shared.u32 %r1, [%rd1];
                           ^
...

```

</details>

https://github.com/llvm/llvm-project/pull/113338


More information about the llvm-commits mailing list