1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/Analysis/ConstantFolding
David Green 07f763034a [ConstantFolding] Fix to prevent constant folding having to repeatedly scan 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
2017-03-21 10:17:39 +00:00
..
gep-constanfolding-error.ll [ConstantFold] Fix defect in constant folding computation for GEP 2017-03-08 23:01:50 +00:00
gep.ll
timeout.ll [ConstantFolding] Fix to prevent constant folding having to repeatedly scan operands. NFCI 2017-03-21 10:17:39 +00:00
vectorgep-crash.ll [ConstantFolding] Fix vector GEPs harder 2016-12-21 17:34:21 +00:00