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

Jessica Paquette via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 13:08:49 PDT 2018


Ah, you’re right.

Changed in r332758.

> On May 18, 2018, at 11:22 AM, Dávid Bolvanský via Phabricator <reviews at reviews.llvm.org> wrote:
> 
> 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