[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
Tue Feb 14 13:42:37 PST 2023


deadalnix added inline comments.


================
Comment at: llvm/test/CodeGen/X86/pr53419.ll:132
+; X86-NEXT:    vpcmpeqw %xmm1, %xmm0, %xmm0
+; X86-NEXT:    vpacksswb %xmm0, %xmm0, %xmm0
 ; X86-NEXT:    vpmovmskb %xmm0, %eax
----------------
This file has now regressed :'(


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