[PATCH] D59312: AMDGPU: Fix a SIAnnotateControlFlow issue when there are multiple backedges.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 09:39:20 PDT 2019


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/si-annotatecfg-multiple-backedges.ll:2
+; RUN: opt -mtriple=amdgcn-- -S -structurizecfg -si-annotate-control-flow %s | FileCheck -check-prefix=OPT %s
+
+
----------------
cfang wrote:
> arsenm wrote:
> > I kind of think we should just start generating the checks for any test that deals with control flow
> What do you want me to do here?
Use utils/update_test_checks.py instead of the manually write checks. You just copied the output anyway, just for a subset of the function


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59312/new/

https://reviews.llvm.org/D59312





More information about the llvm-commits mailing list