[PATCH] D32789: [ScopInfo] Do not use LLVM names to identify statements
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May  3 11:22:55 PDT 2017
    
    
  
efriedma added a comment.
This looks very similar to a change we made internally (down to the name; we call it -polly-use-llvm-names).  We originally did it because we were having trouble with differences in generated code between Release and Release+Asserts builds, but the performance improvement is a nice side-effect.
Should polly-use-llvmir-names control the behavior of Scop::createParameterId?
https://reviews.llvm.org/D32789
    
    
More information about the llvm-commits
mailing list