[PATCH] D21646: AMDGPU/SI: Add support for R_AMDGPU_ABS32

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 18:58:51 PDT 2016


tstellarAMD added inline comments.

================
Comment at: test/MC/AMDGPU/relocs-abs32.s:131-145
@@ +130,17 @@
+	.section	.AMDGPU.csdata
+; Kernel info:
+; codeLenInByte = 36
+; NumSgprs: 12
+; NumVgprs: 3
+; FloatMode: 192
+; IeeeMode: 0
+; ScratchSize: 0
+; LDSByteSize: 0 bytes/workgroup (compile time only)
+; ReservedVGPRFirst: 0
+; ReservedVGPRCount: 0
+; COMPUTE_PGM_RSRC2:USER_SGPR: 6
+; COMPUTE_PGM_RSRC2:TGID_X_EN: 1
+; COMPUTE_PGM_RSRC2:TGID_Y_EN: 0
+; COMPUTE_PGM_RSRC2:TGID_Z_EN: 0
+; COMPUTE_PGM_RSRC2:TIDIG_COMP_CNT: 0
+	.section	.debug_str,"MS", at progbits,1
----------------
These comment sections should be dropped.


http://reviews.llvm.org/D21646





More information about the llvm-commits mailing list