[PATCH] D95353: NFC: Migrate SpeculateAroundPHIs to work on InstructionCost
    Sander de Smalen via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jan 25 05:56:31 PST 2021
    
    
  
sdesmalen created this revision.
sdesmalen added reviewers: spatel, ctetreau, c-rhodes, vkmr.
Herald added a subscriber: hiraditya.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
This patch migrates cost values and arithmetic to work on InstructionCost.
When the interfaces to TargetTransformInfo are changed, any InstructionCost
state will propagate naturally.
See this patch for the introduction of the type: https://reviews.llvm.org/D91174
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2020-November/146408.html
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D95353
Files:
  llvm/lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95353.318978.patch
Type: text/x-patch
Size: 6431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210125/e97127d4/attachment.bin>
    
    
More information about the llvm-commits
mailing list