[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
Thu Jun 9 07:12:13 PDT 2022


RKSimon 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
----------------
these should be fixed by rG7dbfcfa735f28a3bd33b465c686a20c4974373ae


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