[PATCH] D13807: AMDGPU/SI: Emit constant arrays in the .hsrodata_readonly_agent section

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 13:37:52 PST 2015


arsenm added inline comments.

================
Comment at: test/CodeGen/AMDGPU/hsa-globals.ll:8
@@ +7,3 @@
+
+ at const_array = internal unnamed_addr addrspace(2) constant [64 x i8] c"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789<>", align 1
+
----------------
Should there be tests with a variety of alignments?


http://reviews.llvm.org/D13807





More information about the llvm-commits mailing list