This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Fix buildZExtInReg creating new register.
ClosedPublic

Authored by vangthao on May 4 2021, 4:43 PM.

Details

Summary

Fix a bug where buildZExtInReg will create and use a new register instead of using the register from parameter DstOp Res.

Diff Detail

Event Timeline

vangthao created this revision.May 4 2021, 4:43 PM
vangthao requested review of this revision.May 4 2021, 4:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2021, 4:43 PM
arsenm accepted this revision.May 4 2021, 5:16 PM
This revision is now accepted and ready to land.May 4 2021, 5:16 PM
foad accepted this revision.May 5 2021, 12:23 AM

Thanks!

This revision was automatically updated to reflect the committed changes.