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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 05:59:04 PST 2023


lebedev.ri added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/Local.h:357
 
+enum class RemoveUnwindEdgeMode {
+  Normal,
----------------
?


================
Comment at: llvm/include/llvm/Transforms/Utils/Local.h:358
+enum class RemoveUnwindEdgeMode {
+  Normal,
+  Nounwind,
----------------



================
Comment at: llvm/test/Instrumentation/ThreadSanitizer/eh.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt < %s -passes=tsan -S | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-EXC
----------------
Please precommit all such regenerations


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141916



More information about the llvm-commits mailing list