[flang-commits] [PATCH] D129616: Lower F08 bitwise-reduction intrinsics (IALL, IANY, IPARITY)
Tarun Prabhu via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Jul 19 06:52:20 PDT 2022
tarunprabhu added a comment.
In D129616#3662106 <https://reviews.llvm.org/D129616#3662106>, @kiranchandramohan wrote:
> The lowering functions for parity, iall and iany seem very similar. Is it possible to share some code?
Yes, it should be possible. `mkRTKey` seems to involve token pasting, so I'm not sure clean the result will be. I'll work on an update.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129616/new/
https://reviews.llvm.org/D129616
More information about the flang-commits
mailing list