[PATCH] D143980: [NFC][SeparateConstOffsetFromGEP] Added flag `lower-gep`
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb 15 03:28:03 PST 2023
    
    
  
arsenm added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp:1386
+    OS << "lower-gep";
+  OS << ">";
+}
----------------
arsenm wrote:
> Single quotes
> 
They should all use single quotes, these use different overloads of <<
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143980/new/
https://reviews.llvm.org/D143980
    
    
More information about the llvm-commits
mailing list