Loading
Fixes for loop unroll and inliner
- Type mismatches since affine loop var is always of index type.
- I don't know how to make affine loop to work with memref bounds yet; hence don't try to create an affine loop in that case
- Run inliner both before and after loop unroll to make sure CallOps are inlined
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>