[PATCH] D81643: [NFCI][CostModel] Unify ExtractElement cost.
    Daniil Fukalov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Jun 13 04:18:04 PDT 2020
    
    
  
dfukalov accepted this revision.
dfukalov added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Analysis/TargetTransformInfo.cpp:1290
   case Instruction::ShuffleVector:
     return getUserCost(I, CostKind);
   case Instruction::Call:
----------------
It seems this (and the same 3 lines before) may be removed?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81643/new/
https://reviews.llvm.org/D81643
    
    
More information about the llvm-commits
mailing list