... to actually ask about i1-elt-wide mask, since that is what will probably be used on AVX512.
This unblocks D111460.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86TargetTransformInfo.cpp | ||
---|---|---|
5351–5354 | Hmm, but we can't fold masked load into shuffle, can we? |
Hmm, but we can't fold masked load into shuffle, can we?
The mask on the shuffle is for the output, not the input.