[all-commits] [llvm/llvm-project] ec2e3e: [SCEV] Add test for non-unit stride with multiple ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun May 2 09:14:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec2e3e331e6d60dee77e4da83bbb192597069f15
https://github.com/llvm/llvm-project/commit/ec2e3e331e6d60dee77e4da83bbb192597069f15
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-05-02 (Sun, 02 May 2021)
Changed paths:
A llvm/test/Analysis/ScalarEvolution/trip-count-non-unit-stride.ll
Log Message:
-----------
[SCEV] Add test for non-unit stride with multiple exits (NFC)
We currently can't determine any exit counts here, because there
is no "controlling exit".
More information about the All-commits
mailing list