[PATCH] D157451: [AMDGPU] Emit .actual_access metadata
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 13:47:22 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/hsa-metadata-deduce-ro-arg-v3.ll:28
!0 = !{i32 1, i32 1}
!1 = !{!"none", !"none"}
!2 = !{!"float*", !"float*"}
----------------
Don't see new actual_access?
================
Comment at: llvm/test/CodeGen/AMDGPU/hsa-metadata-deduce-ro-arg.ll:12
; CHECK-NEXT: AddrSpaceQual: Global
-; CHECK-NEXT: AccQual: ReadOnly
+; CHECK-NEXT: AccQual: Default
; CHECK-NEXT: IsConst: true
----------------
Seems like the mirror write only deduction test is missing
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157451/new/
https://reviews.llvm.org/D157451
More information about the llvm-commits
mailing list