[PATCH] D59149: [LV] move useEmulatedMaskMemRefHack() functionality to TTI.

Hideki Saito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 12:16:36 PST 2019


hsaito marked an inline comment as done.
hsaito added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:5230
 
-bool LoopVectorizationCostModel::useEmulatedMaskMemRefHack(Instruction *I){
-  // TODO: Cost model for emulated masked load/store is completely
----------------
Please comment how much of this documentation you'd like to see moved to TTI.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59149/new/

https://reviews.llvm.org/D59149





More information about the llvm-commits mailing list