[flang-commits] [PATCH] D114063: [fir] Add fir.constc conversion

Thorsten via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Nov 17 01:57:57 PST 2021


tschuett added inline comments.


================
Comment at: flang/lib/Optimizer/CodeGen/CodeGen.cpp:1654
     mlir::OwningRewritePatternList pattern(context);
     pattern.insert<
         AbsentOpConversion, AddcOpConversion, AddrOfOpConversion,
----------------
Would it help to  put `// clang-format off` around this block, with one entry per line. It is hard to see the real diff.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114063



More information about the flang-commits mailing list