[llvm] [SCEV] Remove existing predicates implied by newly added ones. (PR #118185)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 13:10:16 PST 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `ml-opt-devrel-x86-64` running on `ml-opt-devrel-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/175/builds/10607

<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 :: Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /b/ml-opt-devrel-x86-64-b1/build/bin/opt -passes='print<access-info>' -aa-pipeline='basic-aa' -disable-output < /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll  2>&1 | /b/ml-opt-devrel-x86-64-b1/build/bin/FileCheck /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll --check-prefix=LAA
+ /b/ml-opt-devrel-x86-64-b1/build/bin/FileCheck /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll --check-prefix=LAA
+ /b/ml-opt-devrel-x86-64-b1/build/bin/opt '-passes=print<access-info>' -aa-pipeline=basic-aa -disable-output
/b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll:26:13: error: LAA-NEXT: is not on the line after the previous match
; LAA-NEXT: {%a,+,4}<%for.body> Added Flags: <nusw>
            ^
<stdin>:15:2: note: 'next' match was here
 {%a,+,4}<%for.body> Added Flags: <nusw>
 ^
<stdin>:13:19: note: previous match ended here
 SCEV assumptions:
                  ^
<stdin>:14:1: note: non-matching line after previous match is here
 {0,+,2}<%for.body> Added Flags: <nusw>
^

Input file: <stdin>
Check file: /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll

-dump-input=help explains the following input dump.

Input was:
<<<<<<
         .
         .
         .
        10:  Grouped accesses: 
        11:  
        12:  Non vectorizable stores to invariant address were not found in loop. 
        13:  SCEV assumptions: 
        14:  {0,+,2}<%for.body> Added Flags: <nusw> 
        15:  {%a,+,4}<%for.body> Added Flags: <nusw> 
next:26      !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  error: match on wrong line
        16:  
        17:  Expressions re-written: 
        18:  [PSE] %arrayidxA = getelementptr i16, ptr %a, i64 %mul_ext: 
        19:  ((2 * (zext i32 {0,+,2}<%for.body> to i64))<nuw><nsw> + %a) 
        20:  --> {%a,+,4}<%for.body> 
         .
         .
         .
>>>>>>

--

...

```

</details>

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


More information about the llvm-commits mailing list