[PATCH] D137422: [DAGCombine] Generalize foldSelectCCToShiftAnd

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 12 10:00:14 PST 2022


craig.topper added a comment.

Do the SETLE and SETGE cases occur? I thought DAGCombine always changes those to SETLT and SETGE by changing the constant?


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

https://reviews.llvm.org/D137422



More information about the llvm-commits mailing list