afonso360 commented on issue #3341:
See also @akirilov-arm 's comments on #3335:
... we can work around this by raw_bitcast'ing it into the appropriate integer type.
No, that's wrong (but it's probably going to work) - I don't think we agreed in #3205 to change the representation of vector >booleans. This would be an appropriate work-around for Bmask (but then we have #1429).
Sorry, I just missed your comment before opening this!
Just to reiterate, I know
raw_bitcast
is not the right answer. And agree thatbmask
would be a better solution
afonso360 commented on issue #3341:
Closing this in favour of implementing
bmask
in AArch64 and x64, and using that. Should have a PR soon-ish.
Last updated: Nov 22 2024 at 16:03 UTC