Debug information was being corrupted when the runtime remainder loop was fully unrolled. But in the case when the remainder loop is going to be fully unrolled, there isn't the need to add loop metadata to it.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Adrian,
Thanks for your feedback. I was always a bit worried that I was treating a symptom and not the cause here. When I remove the target features as you suggested, the issue that I was originally observing failed to happen. I will have to dig a bit deeper.
Thanks,
sam
Can you adda comment explaining what is being checked for in this test?