[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 Jul 21 02:24:13 PDT 2022


deadalnix added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/shuffle-tbl34.ll:561
+; FIXME: This can be a series of mov.
+; See https://reviews.llvm.org/D127115?id=436232#inline-1223240
+
----------------
RKSimon wrote:
> Please can you drop this comment and raise a bug instead for the aarch64 team to look at?
Issue: https://github.com/llvm/llvm-project/issues/56647

I'll remove this now.


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