[llvm] AMDGPU: Fix broken check prefix and degraded cov4 test coverage (PR #131757)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 18 10:21:30 PDT 2025


================
@@ -0,0 +1,101 @@
+; RUN: opt -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 -passes=amdgpu-attributor -o %t.gfx7.bc %s
----------------
arsenm wrote:

tldr no. This is the minimal effort of the port of the v5 test, didn't bother tracking down where we lost the coverage.

The generated checks only cover the instructions in the function, and not the metadata in the function prolog (or at the summary printed at the end of the module) 

https://github.com/llvm/llvm-project/pull/131757


More information about the llvm-commits mailing list