forked from OSchip/llvm-project
31a233d463
An SCF 'for' loop does not iterate if its lower bound is equal to its upper bound. Remove loops where both bounds are the same SSA value as such bounds are guaranteed to be equal. Similarly, remove 'parallel' loops where at least one pair of respective lower/upper bounds is specified by the same SSA value. Reviewed By: gysit Differential Revision: https://reviews.llvm.org/D91880 |
||
---|---|---|
.. | ||
AVX512 | ||
Affine | ||
Async | ||
GPU | ||
LLVMIR | ||
Linalg | ||
OpenACC | ||
OpenMP | ||
PDL | ||
PDLInterp | ||
Quant | ||
SCF | ||
SPIRV | ||
Shape | ||
Standard | ||
Tosa | ||
Vector | ||
traits.mlir |