[PATCH] D94183: [PowerPC] Fix missing nop after call to weak callee. (llvm 10.x)

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 12:12:32 PST 2021


nemanjai added a comment.

@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.
Is it possible to maintain this patch as a necessary fix for LLVM 10 in Numba?


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