[PATCH] D38403: [Polly][ScopBuilder] Introduce -polly-stmt-granularity=scalar-indep option.
    Tobias Grosser via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct  4 05:35:06 PDT 2017
    
    
  
grosser added a comment.
Hi Michael,
thanks for the update. Is the commit message up-to-date (AKA is the WIP still open or has it been resolved). Would be good to know before I start a more in-depth review!
Best,
Tobias
================
Comment at: test/ScopInfo/granularity_scalar-indep.ll:4
+; Split a block into two independant statements that share no scalar.
+; This case has the instructions of the two statements interleanved, such that
+; splitting the BasicBlock in the middle would cause a scalar dependency.
----------------
interleaved
https://reviews.llvm.org/D38403
    
    
More information about the llvm-commits
mailing list