[llvm-branch-commits] [llvm] [CodeGen][NewPM] Port RegAllocGreedy to NPM (PR #119540)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 11 17:44:09 PST 2024


================
@@ -387,7 +386,7 @@ class LLVM_LIBRARY_VISIBILITY SplitEditor {
 
   /// removeBackCopies - Remove the copy instructions that defines the values
   /// in the vector in the complement interval.
-  void removeBackCopies(SmallVectorImpl<VNInfo*> &Copies);
+  void removeBackCopies(SmallVectorImpl<VNInfo *> &Copies);
----------------
arsenm wrote:

These shouldn't happen anyway if you don't touch the lines. If you use git clang-format, it only changes areas touched by the changes 

https://github.com/llvm/llvm-project/pull/119540


More information about the llvm-branch-commits mailing list