[SME2/SVE2p1] Change psel intrinsic such that the result/first operand are not overloaded.
All the bits of the first operand are copied to the destination register, if the tested bit (in the second source operand) is active. This means we copy over all vscale x 16 x i1's of the first operand. There is no need to overload that type. Reviewed By: david-arm Differential Revision: https://reviews.llvm.org/D150958
Loading
Please sign in to comment