Polly incorrectly dropped the address space specified for a load instruction when it vectorized the code.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thank you for the patch. Just one remark on how to improve the test case.
polly/test/ScheduleOptimizer/vec-addr-space.ll | ||
---|---|---|
2 | Do you really need to to specify all the passes explicitly? Most should be added implicitly by dependence anyway. |
polly/test/ScheduleOptimizer/vec-addr-space.ll | ||
---|---|---|
2 | I minimized the passes. If you're happy with it, would you mind committing it? I don't have commit privileges. |
Do you really need to to specify all the passes explicitly? Most should be added implicitly by dependence anyway.