| | Authored by fhahn on Oct 16 2020, 12:36 PM.
This revision needs review, but there are no reviewers specified. | Time | Test |
---|
| 80 ms | linux > LLVM.Analysis/ScalarEvolution::max-trip-count.ll Script:
--
: 'RUN: at line 1'; /mnt/disks/ssd0/agent/llvm-project/build/bin/opt < /mnt/disks/ssd0/agent/llvm-project/llvm/test/Analysis/ScalarEvolution/max-trip-count.ll -analyze -enable-new-pm=0 -scalar-evolution | /mnt/disks/ssd0/agent/llvm-project/build/bin/FileCheck /mnt/disks/ssd0/agent/llvm-project/llvm/test/Analysis/ScalarEvolution/max-trip-count.ll
| | 40 ms | linux > LLVM.Analysis/ScalarEvolution::ptrtoint-constantexpr-loop.ll Script:
--
: 'RUN: at line 2'; /mnt/disks/ssd0/agent/llvm-project/build/bin/opt < /mnt/disks/ssd0/agent/llvm-project/llvm/test/Analysis/ScalarEvolution/ptrtoint-constantexpr-loop.ll --data-layout="p:64:64:64:64" -S -analyze -enable-new-pm=0 -scalar-evolution | /mnt/disks/ssd0/agent/llvm-project/build/bin/FileCheck --check-prefixes=ALL,X64,PTR64_IDX64 /mnt/disks/ssd0/agent/llvm-project/llvm/test/Analysis/ScalarEvolution/ptrtoint-constantexpr-loop.ll
| | 120 ms | linux > LLVM.Analysis/ScalarEvolution::sdiv.ll Script:
--
: 'RUN: at line 2'; /mnt/disks/ssd0/agent/llvm-project/build/bin/opt < /mnt/disks/ssd0/agent/llvm-project/llvm/test/Analysis/ScalarEvolution/sdiv.ll -scalar-evolution -analyze -enable-new-pm=0 | /mnt/disks/ssd0/agent/llvm-project/build/bin/FileCheck /mnt/disks/ssd0/agent/llvm-project/llvm/test/Analysis/ScalarEvolution/sdiv.ll
| | 40 ms | linux > LLVM.Analysis/ScalarEvolution::srem.ll Script:
--
: 'RUN: at line 2'; /mnt/disks/ssd0/agent/llvm-project/build/bin/opt < /mnt/disks/ssd0/agent/llvm-project/llvm/test/Analysis/ScalarEvolution/srem.ll -scalar-evolution -analyze -enable-new-pm=0 | /mnt/disks/ssd0/agent/llvm-project/build/bin/FileCheck /mnt/disks/ssd0/agent/llvm-project/llvm/test/Analysis/ScalarEvolution/srem.ll
| | 60 ms | linux > LLVM.Analysis/ScalarEvolution::trip-count-andor.ll Script:
--
: 'RUN: at line 2'; /mnt/disks/ssd0/agent/llvm-project/build/bin/opt < /mnt/disks/ssd0/agent/llvm-project/llvm/test/Analysis/ScalarEvolution/trip-count-andor.ll -analyze -enable-new-pm=0 -scalar-evolution -scalar-evolution-classify-expressions=0 2>&1 | /mnt/disks/ssd0/agent/llvm-project/build/bin/FileCheck /mnt/disks/ssd0/agent/llvm-project/llvm/test/Analysis/ScalarEvolution/trip-count-andor.ll
| | | View Full Test Results (18 Failed) |
Event Timelinefhahn created this revision. Herald added a project: Restricted Project. fhahn requested review of this revision. Path | Size |
---|
| | | | | 33 lines | | test/ | Analysis/ | ScalarEvolution/ |
| | | 16 lines | | 6 lines | | 16 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
7dadad02c3cd | 9ff97e017670 | f085b7cbc1a6 | Florian Hahn | [SCEV] Use the number of steps of an IV to clamp max BTC (WIP). (Show More…) | Oct 16 2020, 5:32 AM |
|