This is an archive of the discontinued LLVM Phabricator instance.

[X86] Fix a typo error.
ClosedPublic

Authored by pengfei on Jun 24 2020, 8:41 AM.

Details

Summary

This will result opcode MULX32Hrm been emitted to MULX32Hrr.

Diff Detail

Event Timeline

pengfei created this revision.Jun 24 2020, 8:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2020, 8:41 AM

Thanks. Are you able to provide a test case?

pengfei updated this revision to Diff 273214.Jun 24 2020, 6:45 PM

Add a test case. Thanks Craig.

This revision is now accepted and ready to land.Jun 24 2020, 7:04 PM
This revision was automatically updated to reflect the committed changes.