[PATCH] D67201: [Windows] Replace TrapUnreachable with an int3 insertion pass
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 16:05:08 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371466: [Windows] Replace TrapUnreachable with an int3 insertion pass (authored by rnk, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D67201?vs=218810&id=219446#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67201/new/
https://reviews.llvm.org/D67201
Files:
llvm/trunk/lib/Target/X86/CMakeLists.txt
llvm/trunk/lib/Target/X86/X86.h
llvm/trunk/lib/Target/X86/X86AvoidTrailingCall.cpp
llvm/trunk/lib/Target/X86/X86TargetMachine.cpp
llvm/trunk/test/CodeGen/WinEH/wineh-noret-cleanup.ll
llvm/trunk/test/CodeGen/X86/br-fold.ll
llvm/trunk/test/CodeGen/X86/catchpad-lifetime.ll
llvm/trunk/test/CodeGen/X86/catchpad-regmask.ll
llvm/trunk/test/CodeGen/X86/catchret-regmask.ll
llvm/trunk/test/CodeGen/X86/empty-function.ll
llvm/trunk/test/CodeGen/X86/funclet-layout.ll
llvm/trunk/test/CodeGen/X86/noreturn-call-win64.ll
llvm/trunk/test/CodeGen/X86/pr24374.ll
llvm/trunk/test/CodeGen/X86/trap.ll
llvm/trunk/test/CodeGen/X86/unreachable-trap.ll
llvm/trunk/test/CodeGen/X86/win64-eh-empty-block.ll
llvm/trunk/test/CodeGen/X86/win64_call_epi.ll
llvm/trunk/test/CodeGen/X86/win64_eh.ll
llvm/trunk/test/CodeGen/X86/wineh-coreclr.ll
llvm/trunk/test/DebugInfo/COFF/local-variable-gap.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67201.219446.patch
Type: text/x-patch
Size: 25780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190909/3af786df/attachment.bin>
More information about the llvm-commits
mailing list