Skip to content

Commit 7058279

Browse files
committed
[AMDGPU] Remove other att.
1 parent 81edefe commit 7058279

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/CodeGen/AMDGPU/postra-sched-attribute.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ define float @postra-sched-warning(float %input) nounwind #3 {
3232
ret float %x
3333
}
3434

35-
attributes #0 = { alwaysinline nounwind memory(readwrite) "amdgpu-post-ra-direction"="topdown"}
36-
attributes #1 = { alwaysinline nounwind memory(readwrite) "amdgpu-post-ra-direction"="bottomup"}
37-
attributes #2 = { alwaysinline nounwind memory(readwrite) "amdgpu-post-ra-direction"="bidirectional"}
38-
attributes #3 = { alwaysinline nounwind memory(readwrite) "amdgpu-post-ra-direction"="warning"}
35+
attributes #0 = {"amdgpu-post-ra-direction"="topdown"}
36+
attributes #1 = {"amdgpu-post-ra-direction"="bottomup"}
37+
attributes #2 = {"amdgpu-post-ra-direction"="bidirectional"}
38+
attributes #3 = {"amdgpu-post-ra-direction"="warning"}

0 commit comments

Comments
 (0)