[PATCH] D120403: Lower Fortran intrinsic to a runtime call/llvm intrinsic

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 01:43:14 PST 2022


awarzynski added inline comments.


================
Comment at: flang/test/Lower/Intrinsics/abs.f90:1
+! RUN: bbc -emit-fir %s -o - | FileCheck %s
+
----------------
Shall we test with `flang-new` as well? I think that that would be helpful to make sure that the two stay in sync.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120403



More information about the llvm-commits mailing list