Loading
[WIP] get the Affine loop break working
- Simplify the structure: the loop handler detect if it contains break/continue to set up the structure (conditional body). i.e., no need to move code after the body is constructed.
- Properly handle loop continuation directive, i.e., a true break point and ready for continue implementation.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>