github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 168066 tests passed
* 2989 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### LLVM
<details>
<summary>LLVM.Transforms/LoopVectorize/X86/cost-any-of.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt 
-passes=loop-vectorize -S 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LoopVectorize/X86/cost-any-of.ll
 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LoopVectorize/X86/cost-any-of.ll
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt 
-passes=loop-vectorize -S 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LoopVectorize/X86/cost-any-of.ll
# note: command had no output on stdout or stderr
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LoopVectorize/X86/cost-any-of.ll
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LoopVectorize/X86/cost-any-of.ll:13:15:
 error: CHECK-NEXT: expected string not found in input
# | ; CHECK-NEXT: br label %[[VECTOR_BODY:.*]]
# |               ^
# | <stdin>:10:6: note: scanning from here
# | loop: ; preds = %loop, %entry
# |      ^
# | <stdin>:18:11: note: possible intended match here
# |  br i1 %cmp, label %exit, label %loop
# |           ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LoopVectorize/X86/cost-any-of.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            .
# |            .
# |            .
# |            5:  
# |            6: define void @fminnum_with_any_of_cost(ptr %p) #0 { 
# |            7: entry: 
# |            8:  br label %loop 
# |            9:  
# |           10: loop: ; preds = %loop, %entry 
# | next:13'0          X~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |           11:  %iv = phi i64 [ 0, %entry ], [ %iv.next, %loop ] 
# | next:13'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           12:  %red = phi float [ 0.000000e+00, %entry ], [ %min, %loop ] 
# | next:13'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           13:  %gep = getelementptr inbounds float, ptr %p, i64 %iv 
# | next:13'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           14:  %ldv = load float, ptr %gep, align 4 
# | next:13'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           15:  %min = tail call float @llvm.minnum.f32(float %red, float 
%ldv) 
# | next:13'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           16:  %iv.next = add i64 %iv, 1 
# | next:13'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           17:  %cmp = icmp eq i64 %iv.next, 140 
# | next:13'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           18:  br i1 %cmp, label %exit, label %loop 
# | next:13'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:13'1               ?                            possible intended match
# |           19:  
# | next:13'0     ~
# |           20: exit: ; preds = %loop 
# | next:13'0     ~~~~~~~~~~~~~~~~~~~~~~
# |           21:  ret void 
# | next:13'0     ~~~~~~~~~~
# |           22: } 
# | next:13'0     ~~
# |           23:  
# | next:13'0     ~
# |            .
# |            .
# |            .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken 
or flaky at HEAD), please open an issue at 
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/195773
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to