[PATCH] D38333: [X86] Fix using the SJLJ jump table on x86_64

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 23:19:39 PDT 2017


mstorsjo updated this revision to Diff 117474.
mstorsjo added a comment.

Changed the if to a switch, added comments about what instructions are supposed to be generated, removed the superfluous conditional in the 32 bit codepath, expanded the test for x86_64 linux, renamed register variables as suggested (and renamed Base into BReg).


https://reviews.llvm.org/D38333

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/sjlj-eh.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38333.117474.patch
Type: text/x-patch
Size: 4821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171003/3f96015a/attachment.bin>


More information about the llvm-commits mailing list