[PATCH] D45452: AMDGPU: Remove max_scratch_backing_memory_byte_size from kernel header
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 9 12:29:56 PDT 2018
kzhuravl created this revision.
kzhuravl added reviewers: artem.tamazov, rampitec, t-tye.
Herald added subscribers: tpr, dstuttard, yaxunl, nhaehnle, wdng, arsenm.
1. Remove max_scratch_backing_memory_byte_size from kernel header
2. Make it a reserved field
3. Ignore it while parsing assembly for backwards compatibility
4. Bump up minor version of kernel header
https://reviews.llvm.org/D45452
Files:
lib/Target/AMDGPU/AMDKernelCodeT.h
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h
test/MC/AMDGPU/hsa-exp.s
test/MC/AMDGPU/hsa.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45452.141714.patch
Type: text/x-patch
Size: 4680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180409/8d172490/attachment.bin>
More information about the llvm-commits
mailing list