[PATCH] D94183: [PowerPC] Fix missing nop after call to weak callee. (llvm 10.x)
abebeos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 10:40:21 PST 2021
abebeos created this revision.
abebeos added reviewers: stefanp, NeHuang, nemanjai, lei.
abebeos added a project: LLVM.
Herald added subscribers: shchenz, kbarton, hiraditya.
abebeos requested review of this revision.
Herald added a subscriber: llvm-commits.
Authored by stefanp on Tue, Dec 8, 6:57 AM.
Original Patch: https://reviews.llvm.org/D91983
Backported to llvm-10.x, in order to remove dormant bug within:
https://github.com/numba/numba/issues/6606
Tests on Power8 went fine.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94183
Files:
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/test/CodeGen/PowerPC/ppc64-blnop.ll
llvm/test/CodeGen/PowerPC/ppc64-calls.ll
llvm/test/CodeGen/PowerPC/ppc64-sibcall.ll
llvm/test/CodeGen/PowerPC/pr41088.ll
llvm/test/CodeGen/PowerPC/preemption.ll
llvm/test/CodeGen/PowerPC/xray-tail-call-hidden.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94183.314933.patch
Type: text/x-patch
Size: 7247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210106/bf4fe369/attachment.bin>
More information about the llvm-commits
mailing list