[PATCH] D118037: [DAGCombine] Consider SETULT as carry flag
Paweł Bylica via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 13:18:35 PST 2022
chfast added a comment.
In D118037#3294363 <https://reviews.llvm.org/D118037#3294363>, @RKSimon wrote:
> Maybe perform this inside X86ISelLowering?
I'm totally inexperienced with X86ISelLowering but I'm guessing I'd need to duplicate some/all DAGCombine match patters which take carry flag into account. These tend to be quite complex.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118037/new/
https://reviews.llvm.org/D118037
More information about the llvm-commits
mailing list