[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
Mon Jun 13 09:46:25 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/vec_saddo.ll:676
+; SSE2-NEXT: pslld $31, %xmm2
+; SSE2-NEXT: psrad $31, %xmm2
; SSE2-NEXT: punpckhwd {{.*#+}} xmm1 = xmm1[4,4,5,5,6,6,7,7]
----------------
RKSimon wrote:
> I've got a fix for these vec overflow regressions - will commit shortly.
Should be fixed by rG64eea34420e3ee1f6f91a57a72b2edf6f65d6ea7
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