[PATCH] D15479: [IR] Remove terminatepad

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 12 13:02:29 PST 2015


majnemer created this revision.
majnemer added reviewers: rnk, JosephTremoulet, andrew.w.kaylor.
majnemer added a subscriber: llvm-commits.
majnemer added a dependency: D15478: [MS ABI] Don't rely on terminatepad.
Herald added a subscriber: joker.eph.

It turns out that terminatepad gives little benefit over a cleanuppad
which calls the termination function.  This is not sufficient to
implement fully generic filters but MSVC doesn't support them which
makes terminatepad a little over-designed.

Depends on D15478.

http://reviews.llvm.org/D15479

Files:
  docs/ExceptionHandling.rst
  docs/LangRef.rst
  include/llvm-c/Core.h
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/IRBuilder.h
  include/llvm/IR/InstVisitor.h
  include/llvm/IR/InstrTypes.h
  include/llvm/IR/Instruction.def
  include/llvm/IR/Instruction.h
  include/llvm/IR/Instructions.h
  include/llvm/Transforms/Utils/Local.h
  lib/Analysis/EHPersonalities.cpp
  lib/Analysis/ScalarEvolutionExpander.cpp
  lib/Analysis/ValueTracking.cpp
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/TargetLoweringBase.cpp
  lib/CodeGen/WinEHPrepare.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Instruction.cpp
  lib/IR/Instructions.cpp
  lib/IR/Verifier.cpp
  lib/Transforms/Instrumentation/MemorySanitizer.cpp
  lib/Transforms/Utils/InlineFunction.cpp
  lib/Transforms/Utils/Local.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Bitcode/compatibility.ll
  test/CodeGen/WinEH/wineh-no-demotion.ll
  test/Feature/exception.ll
  test/Transforms/Inline/PR25155.ll
  test/Transforms/LoopStrengthReduce/funclet.ll
  test/Transforms/MergeFunc/call-and-invoke-with-ranges.ll
  test/Transforms/SimplifyCFG/empty-cleanuppad.ll
  test/Transforms/SimplifyCFG/wineh-unreachable.ll
  tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15479.42642.patch
Type: text/x-patch
Size: 59213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151212/c05a3a12/attachment.bin>


More information about the llvm-commits mailing list