This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Fix warning in SelectionDAG getNode for EXTRACT_VECTOR_ELT
AbandonedPublic

Authored by dancgr on May 29 2020, 10:00 AM.

Details

Summary

Fix warning in SelectionDAG getNode for EXTRACT_VECTOR_ELT.

Diff Detail

Event Timeline

dancgr created this revision.May 29 2020, 10:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2020, 10:00 AM
dancgr added a reviewer: bas.May 29 2020, 10:00 AM

I think this is obsolete due to D80208?

dancgr abandoned this revision.May 29 2020, 11:43 AM

@efriedma Thanks Eli, I will close it, as that other patch already fixed that issue.