Technically a VSELECT expects a vector of all 1s or 0s elements
for its condition. But we aren't guaranteeing that the sign bit
and the non sign bits match in these locations. So we should use
BLENDV which is more relaxed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo