[PATCH] D159297: [X86] Use 64-bit jump table entries for large code model PIC
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 31 13:21:05 PDT 2023
efriedma added a comment.
If offsets within a function are larger than 2GB, we have other issues (e.g. branch relaxation for branches with a +-2GB offset encoding).
But this seems okay as a minima fix just to get things working.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159297/new/
https://reviews.llvm.org/D159297
More information about the llvm-commits
mailing list