[PATCH] D108411: [X86][TLI] SimplifyDemandedVectorEltsForTargetNode(): don't break apart broadcasts from which not just the 0'th elt is demanded

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 22 05:26:25 PDT 2021


RKSimon added a comment.

Something that I've been wondering about is whether SelectionDAG::isSplatValue should be moved to TLI to make it possible to peek through target opcodes as well to help identify more splats/broadcasts - have you noticed anything that might benefit?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108411



More information about the llvm-commits mailing list