[PATCH] D130949: [NFC][NewGVN] Remove OpIsSafeForPHIOfOpsHelper()

Konstantina Mitropoulou via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 13:34:36 PDT 2022


kmitropoulou added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/NewGVN.cpp:2919
 
 void NewGVN::cleanupTables() {
   for (CongruenceClass *&CC : CongruenceClasses) {
----------------
asbirlea wrote:
> Could you move this to a separate NFC patch?
I did not do this change. It is shown here because this change was committed in September 3rd.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130949



More information about the llvm-commits mailing list