A load that participates in an interleaved group is effectively ignored when
vectorizing, if it is not the first load of the group. Make sure to properly move a
cast that needs to sink after such an ignored load.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I confirm that patch fixes the mentioned PR but I'm not a good person to review this patch.
I would appreciate if this patch is reviewed and landed as soon as possible.
Special thanks to Ayal who provided a quick fix.