[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
Thu Jun 9 08:03:23 PDT 2022
deadalnix added inline comments.
================
Comment at: llvm/test/CodeGen/X86/sse-align-12.ll:31
+; CHECK-NEXT: blendps {{.*#+}} xmm1 = xmm1[0,1,2],xmm2[3]
+; CHECK-NEXT: movaps %xmm1, %xmm0
; CHECK-NEXT: retq
----------------
RKSimon wrote:
> these should be fixed by rG7dbfcfa735f28a3bd33b465c686a20c4974373ae
It does, however, it also regress the improvement in `vector-interleaved-load-i32-stride-6.ll`.
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