Loading
Comparison Op needs to handle index type
AffineOp loop var is of index type; the comparison op doesn't handle that.
Hence, the following code isn't handled correctly:
for i in [0:10] {
if (i == 2) {
....
}
}
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>