[PATCH] D38768: Add remarks describing when a pass changes the IR instruction count of a module

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 11:22:29 PDT 2018


xbolva00 added inline comments.


================
Comment at: lib/IR/LegacyPassManager.cpp:181
+  // running P, and after running P.
+  int64_t Delta = (int64_t)CountAfter - (int64_t)CountBefore;
+
----------------
static_cast?


https://reviews.llvm.org/D38768





More information about the llvm-commits mailing list