[llvm] [SROA] Unfold gep of index phi (PR #83087)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 14:50:14 PST 2024


================
@@ -4023,64 +4023,88 @@ class AggLoadStoreRewriter : public InstVisitor<AggLoadStoreRewriter, bool> {
     Visited.insert(NSelI);
     enqueueUsers(*NSelI);
 
-    LLVM_DEBUG(dbgs() << "\n          to: " << *NTrue
-                      << "\n              " << *NFalse
-                      << "\n              " << *NSel << '\n');
+    LLVM_DEBUG(dbgs() << "\n          to: " << *NTrue << "\n              "
+                      << *NFalse << "\n              " << *NSel << '\n');
----------------
aeubanks wrote:

I ended up clang-formatting (and changing these to look better) and commiting as NFC, then merged into main

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


More information about the llvm-commits mailing list