[PATCH] D140498: [SLP]Fix cost of the broadcast buildvector/gather.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 7 13:23:32 PST 2023


fhahn added inline comments.


================
Comment at: llvm/lib/Target/X86/X86TargetTransformInfo.cpp:4374
 
     // Assume pinsr/pextr XMM <-> GPR is relatively cheap on all targets.
     // Assume insertps is relatively cheap on all targets.
----------------
Should this comment also be removed? It seems like the code has been removed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140498



More information about the llvm-commits mailing list