[all-commits] [llvm/llvm-project] 440ca2: [Hexagon][NFC] Rename VK_Hexagon_PCREL to VK_PCREL
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Wed Feb 19 07:54:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 440ca29ea266a816c4a00216aff356ece0d14cc9
https://github.com/llvm/llvm-project/commit/440ca29ea266a816c4a00216aff356ece0d14cc9
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
M llvm/include/llvm/MC/MCExpr.h
M llvm/lib/MC/MCExpr.cpp
M llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
Log Message:
-----------
[Hexagon][NFC] Rename VK_Hexagon_PCREL to VK_PCREL
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.
Differential Revision: https://reviews.llvm.org/D74788
More information about the All-commits
mailing list