[PATCH] D24421: AMDGPU: Add runtime metadata KeyArgSExt and KeyArgZExt

Yaxun Liu via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 13:05:58 PDT 2016


yaxunl created this revision.
yaxunl added reviewers: tstellarAMD, arsenm, nhaustov.
yaxunl added subscribers: AMDGPU, llvm-commits.
Herald added subscribers: nhaehnle, wdng, arsenm.

Runtime sign ext or zero ext char/short types to 32 bit. We need a metadata to tell runtime whether to sign ext or zero ext.

https://reviews.llvm.org/D24421

Files:
  lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
  test/CodeGen/AMDGPU/runtime-metadata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24421.70888.patch
Type: text/x-patch
Size: 11563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160909/1d099d5b/attachment.bin>


More information about the llvm-commits mailing list