[PATCH] D86589: (Expensive) Check for Loop, SCC and Region pass return status

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 06:35:27 PDT 2020


nikic added inline comments.


================
Comment at: llvm/lib/Analysis/CallGraphSCCPass.cpp:470
 
+    uint64_t RefHash = StructuralHash(CG.getModule());
+
----------------
This will probably cause an unused variable warning in NDEBUG builds.


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

https://reviews.llvm.org/D86589



More information about the llvm-commits mailing list