This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Use [MC]Register for x86 target
ClosedPublic

Authored by gjain on Nov 10 2020, 6:59 AM.

Diff Detail

Event Timeline

gjain created this revision.Nov 10 2020, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2020, 6:59 AM
gjain requested review of this revision.Nov 10 2020, 6:59 AM
gjain updated this revision to Diff 304184.Nov 10 2020, 7:37 AM

Fixed a few additional instances

mtrofin added inline comments.Nov 10 2020, 7:43 AM
llvm/lib/Target/X86/X86DomainReassignment.cpp
223–224

what type is X86::GR8RegClass?

gjain updated this revision to Diff 304187.Nov 10 2020, 7:46 AM

Fix Typo

llvm/lib/Target/X86/X86DomainReassignment.cpp
223–224

I believe it is TargetRegisterClass

mtrofin accepted this revision.Nov 10 2020, 7:50 AM

lgtm

This revision is now accepted and ready to land.Nov 10 2020, 7:50 AM
This revision was landed with ongoing or failed builds.Nov 10 2020, 3:49 PM
This revision was automatically updated to reflect the committed changes.