[PATCH] D127115: [RFC][DAGCombine] Make sure combined nodes are added back to the worklist in topological order.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 02:03:15 PST 2023
RKSimon 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
----------------
deadalnix wrote:
> We have a new regression here :(
Same regression - I just refactored the file recently to add AVX512 coverage
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