This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Fix mismatched truncate when combine BUILD_VECTOR with EXTRACT_SUBVECTOR
ClosedPublic

Authored by junparser on Mar 9 2023, 5:22 PM.

Details

Summary

Just use correct type for truncation. Fixes PR59625

Diff Detail

Event Timeline

junparser created this revision.Mar 9 2023, 5:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 5:22 PM
junparser requested review of this revision.Mar 9 2023, 5:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 5:22 PM
RKSimon accepted this revision.Mar 10 2023, 2:27 AM

LGTM

This revision is now accepted and ready to land.Mar 10 2023, 2:27 AM
This revision was landed with ongoing or failed builds.Mar 12 2023, 6:00 PM
This revision was automatically updated to reflect the committed changes.