https://bugs.llvm.org/show_bug.cgi?id=37749
Simon Pilgrim <llvm-...@redking.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Status|RESOLVED |REOPENED
--- Comment #3 from Simon Pilgrim <llvm-...@redking.me.uk> ---
This is still happening for ANDN:
__v8si mask_andn(__v8si x, __v8si y, __v8si z) {
__v8si m = (__v8si) {255, 255, 255, 255, 255, 255, 255, 255};
return ((~(x + y) & m) + z);
}
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs