This is an archive of the discontinued LLVM Phabricator instance.

[MC] Merge VK_PPC_TPREL in to generic VK_TPREL
ClosedPublic

Authored by colinl on Feb 9 2016, 1:17 PM.

Details

Summary

Since @tprel and @dtprel is used by more than just ppc, change the enum name to a generic version.

Changing to upper case to match other expression variant kinds and adjusting tests to match.

Diff Detail

Repository
rL LLVM

Event Timeline

colinl updated this revision to Diff 47354.Feb 9 2016, 1:17 PM
colinl retitled this revision from to [MC] Merge VK_PPC_TPREL in to generic VK_TPREL.
colinl updated this object.
colinl added reviewers: rafael, dexonsmith, uweigand.
colinl set the repository for this revision to rL LLVM.
colinl added a subscriber: llvm-commits.
rafael added inline comments.Feb 9 2016, 1:55 PM
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
61 ↗(On Diff #47354)

Unrelated change?

colinl added inline comments.Feb 9 2016, 6:59 PM
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
61 ↗(On Diff #47354)

Yes thank you, I'll remove it and put up a new version.

colinl updated this revision to Diff 47467.Feb 10 2016, 9:22 AM
rafael accepted this revision.Feb 10 2016, 10:20 AM
rafael edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 10 2016, 10:20 AM
This revision was automatically updated to reflect the committed changes.