[PATCH] D22888: Add verifyAnalysis for LCSSA.

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 15:44:26 PDT 2016


sanjoy added inline comments.

================
Comment at: lib/Transforms/Utils/LCSSA.cpp:318
@@ -317,1 +317,3 @@
   bool runOnFunction(Function &F) override;
+  void verifyAnalysis() const override {
+    assert(
----------------
I'm missing something here -- how is LCSSA an "analysis" that can be "verified"?


https://reviews.llvm.org/D22888





More information about the llvm-commits mailing list