[PATCH] D74788: [Hexagon][NFC] Rename VK_Hexagon_PCREL to VK_PCREL

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 12:17:43 PST 2020


stefanp created this revision.
stefanp added reviewers: PowerPC, nemanjai, lei, hfinkel, kparzysz.
Herald added subscribers: steven.zhang, hiraditya.
Herald added a project: LLVM.

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.


https://reviews.llvm.org/D74788

Files:
  llvm/include/llvm/MC/MCExpr.h
  llvm/lib/MC/MCExpr.cpp
  llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
  llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
  llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74788.245234.patch
Type: text/x-patch
Size: 4668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200218/29efee12/attachment.bin>


More information about the llvm-commits mailing list