This is an archive of the discontinued LLVM Phabricator instance.

[Hexagon][NFC] Rename VK_Hexagon_PCREL to VK_PCREL
ClosedPublic

Authored by stefanp on Feb 18 2020, 12:09 PM.

Details

Summary

On PowerPC we will soon need to use pcrel to indicate PC Relative addressing.
Renamed the Hexagon specific variant kind to a non target specific VK so that it can be used on both Hexagon and PowerPC.

This patch should be NFC as noted in the title.

Diff Detail

Event Timeline

stefanp created this revision.Feb 18 2020, 12:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 18 2020, 12:09 PM
kparzysz accepted this revision.Feb 18 2020, 12:21 PM
This revision is now accepted and ready to land.Feb 18 2020, 12:21 PM
bcain added a subscriber: bcain.Feb 18 2020, 12:40 PM
This revision was automatically updated to reflect the committed changes.