[PATCH] D124743: [DAGCombine] Add node in the worklist in topological order in CombineTo
Amaury SECHET via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 12:08:33 PDT 2022
deadalnix added inline comments.
================
Comment at: llvm/test/CodeGen/X86/movmsk-cmp.ll:4566
+; AVX1OR2-NEXT: testb $1, %cl
+; AVX1OR2-NEXT: cmovel %edx, %eax
; AVX1OR2-NEXT: retq
----------------
I rebased and was able to confirm that the regression doesn't show up on optimized IR, so I think we are good here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124743/new/
https://reviews.llvm.org/D124743
More information about the llvm-commits
mailing list