[PATCH] D48945: [SLPVectorizer] Begin abstracting InstructionsState alternate matching away from opcodes. NFCI.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 10:17:50 PDT 2018


RKSimon created this revision.
RKSimon added reviewers: ABataev, dtemirbulatov, spatel.

This is an early step towards matching Instructions by attributes other than the opcode. This will be necessary for cast/call alternates which share the same opcode but have different types/intrinsicIDs etc. - which we could vectorize as long as we split them using the alternate mechanism.


Repository:
  rL LLVM

https://reviews.llvm.org/D48945

Files:
  lib/Transforms/Vectorize/SLPVectorizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48945.154133.patch
Type: text/x-patch
Size: 13017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180704/669228f5/attachment.bin>


More information about the llvm-commits mailing list