[all-commits] [llvm/llvm-project] fe5229: [AIX] Enable dollar sign as PC in inlineasm
jsji via All-commits
all-commits at lists.llvm.org
Wed Jul 14 06:54:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe52296a3433aebc95fadb6f0b187bc3433c9058
https://github.com/llvm/llvm-project/commit/fe52296a3433aebc95fadb6f0b187bc3433c9058
Author: Jinsong Ji <jji at us.ibm.com>
Date: 2021-07-14 (Wed, 14 Jul 2021)
Changed paths:
M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
A llvm/test/CodeGen/PowerPC/inline-asm-dollarpc.ll
A llvm/test/MC/PowerPC/dollarpc.s
Log Message:
-----------
[AIX] Enable dollar sign as PC in inlineasm
$ is used as PC for PowerPC inlineasm, ELF use it,
enable it for AIX XCOFF as well.
Reviewed By: #powerpc, amyk, nemanjai
Differential Revision: https://reviews.llvm.org/D105956
More information about the All-commits
mailing list