This is an archive of the discontinued LLVM Phabricator instance.

[Legalizer] Pass missing SDNodeFlags in split/scalarize vector results
ClosedPublic

Authored by qiucf on Mar 26 2020, 2:57 AM.

Details

Summary

This was found when working on D76585. In some of arithmetic scalarize/split result methods, SDNodeFlags not passed down. This patch adds them back.

Diff Detail

Event Timeline

qiucf created this revision.Mar 26 2020, 2:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2020, 2:57 AM
spatel accepted this revision.Mar 26 2020, 6:09 AM

I'm not sure if this is a complete fix. But it extends what we already do, so it should be an improvement. LGTM.

This revision is now accepted and ready to land.Mar 26 2020, 6:09 AM
This revision was automatically updated to reflect the committed changes.