[PATCH] D44090: [WebAssembly] Support instruction selection for catching exceptions
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 20 07:42:22 PDT 2018
aheejin updated this revision to Diff 143315.
aheejin added a comment.
Herald added subscribers: edward-jones, zzheng, gbedwell, niosHD, sabuasal, apazos, jordy.potman.lists, simoncook, johnrusso, rbar, asb, JDevlieghere, eraman, jholewinski.
Herald added a reviewer: andreadb.
- Add a missing condition
Repository:
rL LLVM
https://reviews.llvm.org/D44090
Files:
include/llvm/Analysis/EHPersonalities.h
include/llvm/CodeGen/Passes.h
include/llvm/IR/IntrinsicsNVVM.td
include/llvm/IR/IntrinsicsWebAssembly.td
include/llvm/InitializePasses.h
lib/Analysis/EHPersonalities.cpp
lib/Analysis/MustExecute.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/TargetPassConfig.cpp
lib/CodeGen/WasmEHPrepare.cpp
lib/CodeGen/WinEHPrepare.cpp
lib/Target/NVPTX/NVPTX.td
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXIntrinsics.td
lib/Target/WebAssembly/CMakeLists.txt
lib/Target/WebAssembly/WebAssembly.h
lib/Target/WebAssembly/WebAssemblyExceptionPrepare.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.h
lib/Target/WebAssembly/WebAssemblyInstrControl.td
lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
lib/Target/WebAssembly/WebAssemblyRegisterInfo.h
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86MCInstLower.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/Utils/EscapeEnumerator.cpp
lib/Transforms/Utils/InlineFunction.cpp
test/CodeGen/NVPTX/wmma.py
test/CodeGen/RISCV/compress.ll
test/CodeGen/WebAssembly/exception.ll
test/CodeGen/WebAssembly/wasmehprepare.ll
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s
test/tools/llvm-mca/X86/BtVer2/resources-ssse3.s
tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44090.143315.patch
Type: text/x-patch
Size: 106099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/17e42735/attachment.bin>
More information about the llvm-commits
mailing list