A loop contains only the constant initial value array, and no memory dependency check is required.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please simplify your testcase so it only contains the relevant loop, and doesn't contain any other irrelevant instructions.
I don't understand the relationship between "store that stores a constant value" and "loop has no dependencies"; as far as I can tell, they're unrelated. Even for your testcase, the load can depend on the store.
Comment Actions
Thank you. I'll simplify the testcases before submitting them.
Thank you again for your review