Make scf.for and affine.for conditionally speculatable
for (I = Start; I < End; I += 1) always terminates so mark {scf|affine}.for as RecursivelySpeculatable when step is known to be 1. Reviewed By: chelini Differential Revision: https://reviews.llvm.org/D136376
Loading
Please sign in to comment