This function is only called with integer VT arguments, so remove code that handles FP vectors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Sounds reasonable to me.
In practice, lowerVectorShuffleAsBitMask is only called when the shuffle valuetype is integer. In all other cases, the lowering logic forces a bitcast on the shuffle operands.