[flang-commits] [PATCH] D129584: Lower F08 bit-population count intrinsics

Kiran Chandramohan via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Jul 13 15:41:12 PDT 2022


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.

LGTM. Thanks for all the changes. Please wait a day before submitting in case there are further comments from others.



================
Comment at: flang/test/Lower/Intrinsics/leadz.f90:1
+! RUN: bbc -emit-fir %s -o - | FileCheck %s
+
----------------
kiranchandramohan wrote:
> Nit: Could you add the flang driver also for tests.
Apologies, I was requesting flang driver tests in addition. You may add `bbc` back when you submit.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129584/new/

https://reviews.llvm.org/D129584



More information about the flang-commits mailing list