[PATCH] D127115: [RFC][DAGCombine] Make sure combined nodes are added back to the worklist in topological order.
Amaury SECHET via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 22 18:37:02 PST 2023
deadalnix added inline comments.
================
Comment at: llvm/test/CodeGen/X86/v8i1-masks.ll:207
+; X86-AVX2-NEXT: vpbroadcastd {{.*#+}} ymm1 = [1,1,1,1,1,1,1,1]
+; X86-AVX2-NEXT: vpand %ymm1, %ymm0, %ymm0
; X86-AVX2-NEXT: retl
----------------
We have a new regression here :(
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127115/new/
https://reviews.llvm.org/D127115
More information about the llvm-commits
mailing list