[PATCH] D149542: [MergeICmps] Don't reorder the comparison chain

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 17:07:59 PDT 2023


aeubanks added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/MergeICmps.cpp:494
         // chain before sorting. Unless we can abort the chain at this point
-        // and start anew.
+        // and start a new.
         //
----------------
"anew" is correct here


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

https://reviews.llvm.org/D149542



More information about the llvm-commits mailing list