[mlir][Vector] Add custom slt / SCF.if folding to VectorToSCF
scf.if currently lacks folding on true / false conditionals. Such foldings are a bit more involved than can be addressed immediately. This revision introduces an eager folding for lowering vector.transfer operations in the presence of unrolling. Differential revision: https://reviews.llvm.org/D83146
Loading
Please sign in to comment