[PATCH] D34409: Use 64bit jump table with large code model on 64bit
Yichao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 14:27:42 PDT 2017
yuyichao added a comment.
> It puts offsets between the BB and a picbase into the jumptable.
Yes, I assumed it's some other valid transformation done by the backend since I checked in the debugger that an offset between the BB and a data section was asked for. Would `EK_GPRel32BlockAddress` be the right solution on ppc64 then?
https://reviews.llvm.org/D34409
More information about the llvm-commits
mailing list