[PATCH] D109704: AMDGPU: Fix test relying on incompatible attributes

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 15:38:06 PDT 2021


arsenm updated this revision to Diff 373728.
arsenm added a comment.

Correct patch


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

https://reviews.llvm.org/D109704

Files:
  llvm/test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll


Index: llvm/test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll
===================================================================
--- llvm/test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll
+++ llvm/test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll
@@ -275,7 +275,7 @@
 
 attributes #0 = { nounwind "amdgpu-flat-work-group-size"="63,63" }
 attributes #1 = { nounwind "amdgpu-waves-per-eu"="1,3" "amdgpu-flat-work-group-size"="256,256" }
-attributes #2 = { nounwind "amdgpu-waves-per-eu"="1,1" "amdgpu-flat-work-group-size"="1024,1024" }
+attributes #2 = { nounwind "amdgpu-waves-per-eu"="1,9" "amdgpu-flat-work-group-size"="1024,1024" }
 attributes #3 = { nounwind "amdgpu-waves-per-eu"="1,10" }
 attributes #4 = { nounwind "amdgpu-waves-per-eu"="1,10" }
 attributes #5 = { nounwind "amdgpu-waves-per-eu"="1,6" "amdgpu-flat-work-group-size"="64,64" }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109704.373728.patch
Type: text/x-patch
Size: 865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210920/9dc9300b/attachment.bin>


More information about the llvm-commits mailing list