summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ConstantFolding/timeout.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ConstantFolding] Fix to prevent constant folding having to repeatedly scan ↵David Green2017-03-211-0/+73
operands. NFCI After the loop unroll threshold was increased in r295538, very large constant expressions can be created. This prevents them from having to be recursively scanned, leading to a compile time blow-up. Differential Revision: https://reviews.llvm.org/D30689 llvm-svn: 298356
OpenPOWER on IntegriCloud