[llvm-dev] How jump-table representated in DAG
yao via llvm-dev
llvm-dev at lists.llvm.org
Mon May 21 19:30:22 PDT 2018
Hi, all
I am interested in how jump-table representated in DAG.
I find the method visitJumpTable will Emit JumpTable node in the current MBB.
visitJumpTableHeader - This function emits necessary code to produce index in the JumpTable from switch case.
but how switch case emits?
I would like to make this clearly.
Thanks,
yaoxiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180522/1638cde1/attachment.html>
More information about the llvm-dev
mailing list