[PATCH] D150360: [InstSimplify] Optimize compares with multiple selects as operands

Tejas Joshi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 05:55:27 PDT 2023


tejas added a comment.

Hi @jdoerfert @fhahn, can you please review this case for simplifying cmp with selects? It basically folds to an appropriate result by checking both the possible values of selects.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150360



More information about the llvm-commits mailing list