The custom lowering is pretty straightforward: basically, just AND together the two halves of a <4 x i32> compare.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I had to convince myself that this is correct for big-endian. I think it is, as the transform is symmetric.
LGTM.