[PATCH] D49497: [DAGCombine] optimizeSetCCOfSignedTruncationCheck(): handle ule, ugt CondCodes.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 14:10:20 PDT 2018


lebedev.ri added a comment.

While there, a question: do we want to keep producing `cmp` with immediate in the unsigned case, or should we be producing `movzx`?
https://godbolt.org/g/yY2Gnp


Repository:
  rL LLVM

https://reviews.llvm.org/D49497





More information about the llvm-commits mailing list