[all-commits] [llvm/llvm-project] 8dbf5a: [PowerPC] Remove extra nop after notoc call
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Fri Jun 5 04:49:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8dbf5a95014f6b52c37ffc50c06cc6a3d13479f6
https://github.com/llvm/llvm-project/commit/8dbf5a95014f6b52c37ffc50c06cc6a3d13479f6
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
M llvm/test/CodeGen/PowerPC/pcrel-call-linkage-simple.ll
Log Message:
-----------
[PowerPC] Remove extra nop after notoc call
Calls that are marked as @notoc do not require the extra nop after the call
for the TOC restore.
Differential Revision: https://reviews.llvm.org/D81081
More information about the All-commits
mailing list