-
Nguyen, Thien Minh authored
The unnecessary casting ops between integer and index types cause the Affine for validation failed. This only occurs when the constant values are created inside another affine scope. Fixing the const index value builder to create the index const directly and the loop statement handler in the range-based case to create index type. Added the test case (https://github.com/ORNL-QCI/qcor/issues/240 ) Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
75484499