[mlir][openacc] Relax the single block constraint on acc.loop
The acc.loop operation was constrained by the SingleBlockImplicitTerminator. This patch relax this constraint to allow multiple block in the loop. Reviewed By: razvanlupusoru Differential Revision: https://reviews.llvm.org/D148025
Loading
Please sign in to comment