[PATCH] D141916: WIP: Unwindabort: add support for IR transforms and analysis.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 14:23:18 PDT 2023


jyknight updated this revision to Diff 546611.
jyknight edited the summary of this revision.
jyknight added a comment.

Rebase patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141916/new/

https://reviews.llvm.org/D141916

Files:
  llvm/include/llvm/IR/EHPersonalities.h
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/CodeGen/WinEHPrepare.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/lib/Transforms/IPO/FunctionAttrs.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/lib/Transforms/Utils/EscapeEnumerator.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Instrumentation/ThreadSanitizer/eh.ll
  llvm/test/Transforms/Attributor/nounwind.ll
  llvm/test/Transforms/Attributor/willreturn.ll
  llvm/test/Transforms/FunctionAttrs/nounwind.ll
  llvm/test/Transforms/FunctionAttrs/willreturn.ll
  llvm/test/Transforms/Inline/inline-unwindabort.ll
  llvm/test/Transforms/InstCombine/nothrow.ll
  llvm/test/Transforms/InstCombine/unwindabort.ll
  llvm/test/Transforms/SimplifyCFG/invoke_unwind.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141916.546611.patch
Type: text/x-patch
Size: 71042 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230802/2ce52760/attachment-0001.bin>


More information about the llvm-commits mailing list