1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/lib/Target/AMDGPU/AsmParser
Konstantin Zhuravlyov 22783c58d6 [AMDGPU] Runtime metadata fixes:
- Verify that runtime metadata is actually valid runtime metadata when assembling, otherwise we could accept the following when assembling, but ocl runtime will reject it:
    .amdgpu_runtime_metadata
    { amd.MDVersion: [ 2, 1 ], amd.RandomUnknownKey, amd.IsaInfo: ...
  - Make IsaInfo optional, and always emit it.

Differential Revision: https://reviews.llvm.org/D30349

llvm-svn: 296324
2017-02-27 07:55:17 +00:00
..
AMDGPUAsmParser.cpp [AMDGPU] Runtime metadata fixes: 2017-02-27 07:55:17 +00:00
CMakeLists.txt [AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler. 2016-03-06 20:25:36 +00:00
LLVMBuild.txt