[llvm] [DA] runtime predicates for delinearization bounds checks (PR #170713)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 5 08:29:31 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 166828 tests passed
* 2905 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.Analysis/DDG/basic-loopnest.ll</summary>
```
Exit Code: 0
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Analysis/DDG/basic-loopnest.ll -disable-output "-passes=print<ddg>" 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Analysis/DDG/basic-loopnest.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -disable-output '-passes=print<ddg>'
# 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/Analysis/DDG/basic-loopnest.ll
# note: command had no output on stdout or stderr
--
```
</details>
<details>
<summary>LLVM.Transforms/LICM/lnicm.ll</summary>
```
Exit Code: 0
Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -aa-pipeline=basic-aa -passes='loop(loop-interchange)' -cache-line-size=64 -S /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LICM/lnicm.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/LICM/lnicm.ll --check-prefixes INTC
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -aa-pipeline=basic-aa '-passes=loop(loop-interchange)' -cache-line-size=64 -S /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LICM/lnicm.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/LICM/lnicm.ll --check-prefixes INTC
# note: command had no output on stdout or stderr
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -aa-pipeline=basic-aa -passes='loop-mssa(lnicm),loop(loop-interchange)' -cache-line-size=64 -S /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LICM/lnicm.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/LICM/lnicm.ll --check-prefixes LNICM
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -aa-pipeline=basic-aa '-passes=loop-mssa(lnicm),loop(loop-interchange)' -cache-line-size=64 -S /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LICM/lnicm.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/LICM/lnicm.ll --check-prefixes LNICM
# note: command had no output on stdout or stderr
# RUN: at line 4
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -aa-pipeline=basic-aa -passes='loop-mssa(licm),loop(loop-interchange)' -cache-line-size=64 -S /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LICM/lnicm.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/LICM/lnicm.ll --check-prefixes LICM
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -aa-pipeline=basic-aa '-passes=loop-mssa(licm),loop(loop-interchange)' -cache-line-size=64 -S /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/LICM/lnicm.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/LICM/lnicm.ll --check-prefixes LICM
# note: command had no output on stdout or stderr
--
```
</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/170713
More information about the llvm-commits
mailing list