[flang-commits] [PATCH] D129584: Lower F08 bit-population count intrinsics
Tarun Prabhu via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Jul 12 17:47:27 PDT 2022
tarunprabhu updated this revision to Diff 444121.
tarunprabhu added a comment.
Updated patch to use mlir population operators for `leadz`, `popcnt` and `trailz` instead of calling the LLVM intrinsics.
Removed the folding tests from this patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129584/new/
https://reviews.llvm.org/D129584
Files:
flang/lib/Lower/IntrinsicCall.cpp
flang/test/Lower/Intrinsics/leadz.f90
flang/test/Lower/Intrinsics/popcnt.f90
flang/test/Lower/Intrinsics/poppar.f90
flang/test/Lower/Intrinsics/trailz.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129584.444121.patch
Type: text/x-patch
Size: 16063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220713/cacb565c/attachment-0001.bin>
More information about the flang-commits
mailing list