[PATCH] D115231: [Clang] Add __builtin_reduce_xor
Jun Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 15 03:08:40 PST 2021
junaire added a comment.
In D115231#3194372 <https://reviews.llvm.org/D115231#3194372>, @RKSimon wrote:
> Any reason not to handle __builtin_reduce_xor + __builtin_reduce_or as well in the same patch since they are very similar?
Hi, thanks for take a look at this.
Yes, you're right. The reason I split them is that I'm a beginner, so I want to send a "experimental patch" first, this will make review work a little bit easier if I mess something up. I think it's reasonable to add all similar builtins if currently nothing wrong about this one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115231/new/
https://reviews.llvm.org/D115231
More information about the cfe-commits
mailing list