[PATCH] D159328: [InstCombine][WIP] Don't canonicalize select of bools if it costs an instruction

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 00:13:13 PDT 2023


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

I don't think we can do this. Logical and/or is a canonical form that lots of passes rely on, not just InstCombine. We would have to teach all passes that use LogicalAnd/LogicalOr matchers to also support the inverted forms. I don't think that would be worthwhile.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159328



More information about the llvm-commits mailing list