This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Fix support for LEA64_32r.
ClosedPublic

Authored by courbet on Jan 21 2020, 4:11 AM.

Details

Summary

Add unit test to show the issue: We must select an *aliasing* output
register, not the exact register.

Diff Detail

Event Timeline

courbet created this revision.Jan 21 2020, 4:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2020, 4:11 AM
gchatelet accepted this revision.Jan 21 2020, 4:39 AM

LGTM appart a few typos

llvm/tools/llvm-exegesis/lib/X86/Target.cpp
276

a destination

330

addressing

This revision is now accepted and ready to land.Jan 21 2020, 4:39 AM
courbet marked 2 inline comments as done.Jan 21 2020, 4:53 AM

Thanks

courbet updated this revision to Diff 239282.Jan 21 2020, 4:53 AM

fix typos

This revision was automatically updated to reflect the committed changes.