This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Custom lower fixed vector undef to scalable undef
ClosedPublic

Authored by luke on Jun 21 2023, 5:15 AM.

Details

Summary

This avoids undefs from being expanded to a build vector of zeroes.
As noted by @craig.topper in D153399

Diff Detail

Event Timeline

luke created this revision.Jun 21 2023, 5:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2023, 5:15 AM
luke requested review of this revision.Jun 21 2023, 5:15 AM
This revision is now accepted and ready to land.Jun 21 2023, 8:56 AM
This revision was automatically updated to reflect the committed changes.