[PATCH] D148275: [InstCombine] support fold select(X|Y,X|Y,X) to X|Y

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 00:28:38 PDT 2023


nikic added reviewers: goldstein.w.n, nikic.
nikic added a comment.

As this does not produce new instructions, it should be part of InstSimplify, somewhere around simplifySelectWithICmpCond.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148275



More information about the llvm-commits mailing list