[clang] [llvm] [AMDGPU] Convert AMDGPUResourceUsageAnalysis pass from Module to MF pass (PR #102913)

Janek van Oirschot via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 06:36:56 PDT 2024


================
@@ -3,6 +3,18 @@
 
 declare i32 @llvm.amdgcn.workitem.id.x()
 
+define <2 x i64> @f1() #0 {
----------------
JanekvO wrote:

There were some function order changes in some tests. This function is the same one as the function that is removed a couple of lines below.

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


More information about the llvm-commits mailing list