[PATCH] D68408: [InstCombine] Negator - sink sinkable negations

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 14:06:20 PDT 2020


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp:2005
+  return Cleanup();
 }
 
----------------
Just wondering if we could use some better name for this lambda than “cleanup”.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68408





More information about the llvm-commits mailing list