diff options
author | Tarun Prabhu <tarun.prabhu@gmail.com> | 2022-07-21 23:05:33 -0600 |
---|---|---|
committer | Tarun Prabhu <tarun.prabhu@gmail.com> | 2022-07-21 23:09:05 -0600 |
commit | ccfee46bc723d07b009078a2fb4a3a42bb1d4502 (patch) | |
tree | 34712dc6338a4c5409db135b4e773742f5ecd9d8 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | a50b9f9f1f89dcdfc163a9fcd76a6bcf20c26521 (diff) | |
download | llvm-ccfee46bc723d07b009078a2fb4a3a42bb1d4502.zip llvm-ccfee46bc723d07b009078a2fb4a3a42bb1d4502.tar.gz llvm-ccfee46bc723d07b009078a2fb4a3a42bb1d4502.tar.bz2 |
[flang] Lower F08 bit population count intrinsics
Lower F08 bit population count intrinsics popcnt, poppar, leadz and trailz. popcnt, leadz and trailz are implemented using the corresponding MLIR math intrinsics. poppar is implemented in terms of popcnt.
Differential Revision: https://reviews.llvm.org/D129584
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions