[all-commits] [llvm/llvm-project] c661c4: [AIX] recognize vsr in inline asm for AIX (#68476)
Chen Zheng via All-commits
all-commits at lists.llvm.org
Wed Oct 11 17:54:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c661c4f57613b5f85af94ee4e905708e0ba820f8
https://github.com/llvm/llvm-project/commit/c661c4f57613b5f85af94ee4e905708e0ba820f8
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M clang/lib/Basic/Targets/PPC.cpp
M clang/test/CodeGen/PowerPC/inline-asm-matching-ppc-vsx.c
Log Message:
-----------
[AIX] recognize vsr in inline asm for AIX (#68476)
Extend `PPCTargetInfo::getGCCAddlRegNames()` to aix as well. The
definition should be common between Linux PPC and AIX PPC.
More information about the All-commits
mailing list