[PATCH] D143177: Cleanup of Complex Deinterleaving pass (NFCI)

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 04:32:53 PST 2023


dmgreen added a comment.

This LGTM but please make sure the correct parts are in the correct patches. I don't think this will actually build on its own.



================
Comment at: llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp:816
 
-  return nullptr;
+  auto Symmetric = identifySymmetricOperation(Real, Imag);
+  LLVM_DEBUG(if (Symmetric == nullptr) dbgs()
----------------
I think this is in the wrong patch now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143177



More information about the llvm-commits mailing list