This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Fix warning in DAGTypeLegalizer::SplitVecRes_ExtendOp
ClosedPublic

Authored by david-arm on Jul 6 2020, 1:55 AM.

Details

Summary

This fixes up a warning in the following test:

sve-sext-zext.ll

Diff Detail

Event Timeline

david-arm created this revision.Jul 6 2020, 1:55 AM
Herald added a project: Restricted Project. · View Herald Transcript
david-arm updated this revision to Diff 275922.Jul 6 2020, 11:54 PM
efriedma accepted this revision.Jul 7 2020, 2:17 PM

LGTM

This revision is now accepted and ready to land.Jul 7 2020, 2:17 PM
This revision was automatically updated to reflect the committed changes.