This adds two new methods to ShuffleVectorInst, isInterleave and
isInterleaveMask, so that the logic to check if a shuffle mask is an
interleave can be shared across the TTI, codegen and the interleaved
access pass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo