[llvm] [X86][GlobalISel] Enable G_BRJT (PR #81811)
RĂ©mi SEGARD via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 5 15:02:47 PST 2024
RemiSEGARD wrote:
@e-kud Sorry for the late reply, I haven't had much time recently. I applied your suggestions.
I also noticed that when compiling your example with `-m32` the legalization of `G_BRJT` fails because `MJTI->getEntryKind()` returns `EK_Custom32` which seems to be using a global offset table. I haven't had time to look into how to handle that for now. If you have some tips on where to look it would be much appreciated!
https://github.com/llvm/llvm-project/pull/81811
More information about the llvm-commits
mailing list