Files
clang-p2996/llvm/test/Transforms/LoopStrengthReduce/Power/lit.local.cfg
Chen Zheng 8c5edf5023 [SCEV] don't query getSCEV() for incomplete phis
querying getSCEV() for incomplete phis leads to wrong cache value in `ExprToIVMap`,
because incomplete phis may be simplified to same value before get SCEV expression.

Reviewed By: lebedev.ri, mkazantsev

Differential Revision: https://reviews.llvm.org/D77560
2020-08-01 02:38:54 -04:00

3 lines
71 B
INI

if not 'PowerPC' in config.root.targets:
config.unsupported = True