This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombiner] Use `getAnyExtOrTrunc` instead of TRUNCATE in ExtractVectorElt combine
ClosedPublic

Authored by Pierre-vh on Oct 27 2022, 7:56 AM.

Details

Summary

ScalarVT isn't guaranteed to be smaller than the BCSrc.

Diff Detail

Event Timeline

Pierre-vh created this revision.Oct 27 2022, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 27 2022, 7:56 AM
Pierre-vh requested review of this revision.Oct 27 2022, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 27 2022, 7:56 AM
arsenm accepted this revision.Oct 27 2022, 7:59 AM
This revision is now accepted and ready to land.Oct 27 2022, 7:59 AM