[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 Apr 7 16:53:20 PDT 2023
deadalnix added inline comments.
================
Comment at: llvm/test/CodeGen/X86/add-and-not.ll:305
+; X64-NEXT: addq %rdi, %rax
; X64-NEXT: retq
%old = ptrtoint ptr %a to i64
----------------
deadalnix wrote:
> I was able to repro this one standalone in D147821 .
>
> For some reason, this fix work on 32 bits, but there is still a missing piece for 64bits.
D147827 sorts this out.
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