[PATCH] D127115: [RFC][DAGCombine] Make sure combined nodes are added back to the worklist in topological order.
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 05:39:46 PDT 2022
foad added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/divergence-driven-buildvector.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -march=amdgcn -stop-after=amdgpu-isel < %s | FileCheck -check-prefix=GCN %s
----------------
deadalnix wrote:
> jrtc27 wrote:
> > deadalnix wrote:
> > > RKSimon wrote:
> > > > The update script doesn't work for "-stop-after=" RUNs, so you'll have to address the broken CHECKs manually :(
> > > Ho yes, I went a bit heavy handed on this, I'll try to track these.
> > Does it not work with update_mir_test_checks.py? For MIR output that’s what I’d expect to be used and work; this definitely won’t as it’s expecting true assembly output.
> How do I use this?
The manual diff is pretty simple: https://reviews.llvm.org/differential/diff/434791/
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