[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
Fri Sep 29 05:05:41 PDT 2017
mstorsjo updated this revision to Diff 117125.
mstorsjo edited the summary of this revision.
mstorsjo added a comment.
Also get rid of some of the errors with `-verify-machineinstrs`.
These remain though, that are unrelated to this patch:
*** Bad machine code: MBB has allocatable live-in, but isn't entry or landing-pad. ***
- function: _Z8functionv
- basic block: BB#1 lpad (0x2dedac0)
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.117125.patch
Type: text/x-patch
Size: 4253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170929/1830b3fd/attachment-0001.bin>
More information about the llvm-commits
mailing list