[PATCH] D143980: [NFC][SeparateConstOffsetFromGEP] Added flag `lower-gep`

Liren.Peng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 06:48:41 PST 2023


Peakulorain added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp:1383
+      ->printPipeline(OS, MapClassName2PassName);
+  OS << "<";
+  if (LowerGEP)
----------------
arsenm wrote:
> Single quotes
I have seen that many passes use double quotes, so it is good to be consistent with everyone here


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

https://reviews.llvm.org/D143980



More information about the llvm-commits mailing list