[llvm] [InstCombine] Fold its select user into select (PR #83405)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 09:57:45 PDT 2024
nikic wrote:
FWIW, what I had in mind with my comment was more something along the lines of https://github.com/llvm/llvm-project/pull/85663, which generalizes the existing select equivalence fold. The disadvantage is that it does not handle the multi-use example out of the box (but could be generalized).
https://github.com/llvm/llvm-project/pull/83405
More information about the llvm-commits
mailing list