[PATCH] D98512: [LoopVectorize] Simplify scalar cost calculation in getInstructionCost
    David Sherwood via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 15 03:36:11 PDT 2021
    
    
  
david-arm added a comment.
Although I think the adds you mentioned above @fhahn don't fall into the Scalars variable - I'll double check this though. This patch only affects  instructions that are members of `Scalars`. Users of the IV don't fall into that - only updates to the IV I think.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98512/new/
https://reviews.llvm.org/D98512
    
    
More information about the llvm-commits
mailing list