This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Replace the Chain in LOAD->VP_LOAD widening
ClosedPublic

Authored by frasercrmck on Nov 10 2021, 4:30 AM.

Details

Summary

The introduction of this legalization, D111248, forgot to replace the
old chain with the new. This could manifest itself in the old
(illegally-typed) value remaining in the DAG, though the simple test
cases didn't catch this.

Diff Detail

Event Timeline

frasercrmck created this revision.Nov 10 2021, 4:30 AM
frasercrmck requested review of this revision.Nov 10 2021, 4:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2021, 4:30 AM
This revision is now accepted and ready to land.Nov 10 2021, 9:50 AM