[all-commits] [llvm/llvm-project] 15051f: [PowerPC] Handle inline assembly clobber of link r...
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Thu May 13 05:43:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15051f0b4a2e0a0af9da7cd5e5cfaabb9f6aaa3d
https://github.com/llvm/llvm-project/commit/15051f0b4a2e0a0af9da7cd5e5cfaabb9f6aaa3d
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCRegisterInfo.td
A llvm/test/CodeGen/PowerPC/ppc64-inlineasm-clobber.ll
Log Message:
-----------
[PowerPC] Handle inline assembly clobber of link regsiter
This patch adds the handling of clobbers of the link register LR for inline
assembly.
This patch is to fix:
https://bugs.llvm.org/show_bug.cgi?id=50147
Reviewed By: nemanjai, #powerpc
Differential Revision: https://reviews.llvm.org/D101657
More information about the All-commits
mailing list