[llvm] [AMDGPU] NFC. Add test for debug info on CFG annotation instructions. (PR #73959)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 21:07:22 PST 2023
================
@@ -0,0 +1,163 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -mtriple=amdgcn-- -S -structurizecfg -si-annotate-control-flow %s | FileCheck -check-prefix=OPT %s
----------------
arsenm wrote:
I expected this to use new PM, but it looks like is-annotate-control-flow hasn't been ported yet
https://github.com/llvm/llvm-project/pull/73959
More information about the llvm-commits
mailing list