[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
Mon Jan 11 13:43:35 PST 2021


abebeos added a comment.

In D94183#2491082 <https://reviews.llvm.org/D94183#2491082>, @nemanjai wrote:

> @abebeos Unfortunately there is no method for us to backport this to LLVM 10.x. Older releases are not maintained. There is typically a single point release for bug fixes after every major release and we have unfortunately missed the deadline for 11.0.1 with this so it will only be in 12.0.0.

Oh, I see!

> Is it possible to maintain this patch as a necessary fix for LLVM 10 in Numba?

Yes I guess, I created already a PR: https://github.com/numba/llvmlite/pull/684

The other problem I have is that I still need a confirmation that the patch is valid (I validated with llvm and numba testsuites on PowerPC HW, but have no confirmation from an insider or a public testsuite).

btw: edelsohn at github asked for your feedback here: btw: https://github.com/numba/numba/issues/4026#issuecomment-752241417


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94183/new/

https://reviews.llvm.org/D94183



More information about the llvm-commits mailing list