[PATCH] D92246: [DAGCombiner][NFC] Replace duplicate implementation flipBoolean with DAG.getLogicalNot

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 13:11:12 PST 2020


lebedev.ri added a comment.

I'm not really sure whether getting rid of `flipBoolean()` is a win.
I think i would instead suggest to refactor it to use `getLogicalNOT()` internally.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92246



More information about the llvm-commits mailing list