[PATCH] D114900: [fir] Add fir character builder

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 15:02:43 PST 2021


schweitz added inline comments.


================
Comment at: flang/lib/Optimizer/Builder/Runtime/Character.cpp:206
+/// The \param kind represents the kind of the elements in the strings.
+mlir::Value fir::runtime::genScan(fir::FirOpBuilder &builder,
+                                  mlir::Location loc, int kind,
----------------
It looks like some of these have doxygen comments in both the .h and .cpp file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114900



More information about the llvm-commits mailing list