[PATCH] D120657: [Flang] NFC: Changes to adhere to coding guidelines

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 04:47:21 PST 2022


rovka added inline comments.


================
Comment at: flang/lib/Lower/IntrinsicCall.cpp:82
+  /// if the argument is an integer, into llvm intrinsics if the argument is
+  /// real and top the `hypot` math routine if the argument is of complex type.
   mlir::Value genAbs(mlir::Type, llvm::ArrayRef<mlir::Value>);
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120657



More information about the llvm-commits mailing list