[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
Fri Jul 22 07:07:33 PDT 2022
deadalnix added inline comments.
================
Comment at: llvm/test/CodeGen/X86/horizontal-sum.ll:1035
+; FIXME: This could be a serie of phaddd followed by a shufps
+; See https://reviews.llvm.org/D127115?id=436232#inline-1223238
+
----------------
What about this one?
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