[PATCH] D71337: [VE] Target-specific bit size for sjljehprepare
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 04:41:58 PST 2020
simoll updated this revision to Diff 245124.
simoll retitled this revision from "[VE,#0] 64bit data for SjLj" to "[VE] Target-specific bit size for sjljehprepare".
simoll edited the summary of this revision.
simoll added a reviewer: k-ishizaka.
simoll added a comment.
- initialize SjljEHPrepare pass with CodeGen library.
- rebased
- added test (32bit on X86, 64bit on VE).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71337/new/
https://reviews.llvm.org/D71337
Files:
llvm/include/llvm/CodeGen/Passes.h
llvm/include/llvm/Target/TargetMachine.h
llvm/lib/CodeGen/CodeGen.cpp
llvm/lib/CodeGen/SjLjEHPrepare.cpp
llvm/lib/CodeGen/TargetPassConfig.cpp
llvm/lib/Target/VE/VETargetMachine.h
llvm/test/CodeGen/VE/sjlj_except.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71337.245124.patch
Type: text/x-patch
Size: 10828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200218/800a708f/attachment.bin>
More information about the llvm-commits
mailing list