[PATCH] D152928: [RFC][DAG] Initially add nodes in the worklist in topological order.
Amaury SECHET via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 13:30:20 PDT 2023
deadalnix added a comment.
In D152928#4424415 <https://reviews.llvm.org/D152928#4424415>, @RKSimon wrote:
> oh no, not again :) A lot of these seem to be related to changes in extension/truncations - although I haven't noticed any common pattern
This one should be the most disruptive one. After that, it's mostly in topological order, and there will be a couple of patch up to ensure this is always the case, but disturbance should be minimal.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152928/new/
https://reviews.llvm.org/D152928
More information about the llvm-commits
mailing list