[PATCH] D81558: [NewPM] Introduce PreserveCFG check

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 05:12:34 PDT 2020


yrouban planned changes to this revision.
yrouban marked 2 inline comments as done.
yrouban added a comment.

I will collect performance data and fix for release builds.



================
Comment at: llvm/include/llvm/IR/ValueHandle.h:506
 
+  bool isPoisoned() const { return Poisoned; }
+
----------------
bug: Poisoned is defined only for debug builds. I will define a custom CallbackVH extension.


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

https://reviews.llvm.org/D81558



More information about the llvm-commits mailing list