[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
Mon Jun 6 09:29:23 PDT 2022


deadalnix 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
----------------
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.


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