[PATCH] D98103: [NPM] Do not run function simplification pipeline unnecessarily
    Florian Hahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr 12 14:56:58 PDT 2021
    
    
  
fhahn added a comment.
In D98103#2684272 <https://reviews.llvm.org/D98103#2684272>, @mtrofin wrote:
> In D98103#2684255 <https://reviews.llvm.org/D98103#2684255>, @fhahn wrote:
>
>> Do you have any data on whether there are any binary differences for a set of programs/benchmarks with this enabled compared to disabled?
>
> There are, in the strict sense of binary diff. I did not try it on benchmarks.
Interesting. But then doesn't this indicate that the passes were not run unnecessarily? Just curious why this happens, e.g. are some changes not reported properly?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98103/new/
https://reviews.llvm.org/D98103
    
    
More information about the llvm-commits
mailing list