[all-commits] [llvm/llvm-project] 70d173: [SCEV] Add a mode to skip classification when prin...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Nov 21 10:24:25 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 70d173fb1f7b920c0a56fb5b0b6776985728716e
https://github.com/llvm/llvm-project/commit/70d173fb1f7b920c0a56fb5b0b6776985728716e
Author: Philip Reames <listmail at philipreames.com>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/test/Analysis/ScalarEvolution/trip-count-andor.ll
Log Message:
-----------
[SCEV] Add a mode to skip classification when printing analysis
For the various trip-count tests, the classification isn't useful and makes the auto-generated tests super verbose. By skipping it, we make the auto-gen tests closer to the manually written ones. Up next: auto-genning a bunch of the existings tests.
More information about the All-commits
mailing list