diff options
author | Fraser Cormack <fraser@codeplay.com> | 2014-07-30 14:39:53 +0000 |
---|---|---|
committer | Fraser Cormack <fraser@codeplay.com> | 2014-07-30 14:39:53 +0000 |
commit | dadc371e851105c77f21a6cb0e67979453b29d22 (patch) | |
tree | 39643a3390e1b865d3831a99352c644d6d15028c /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | |
parent | 326e48cd096cf2960a99699437c5f0f4526854c9 (diff) | |
download | bcm5719-llvm-dadc371e851105c77f21a6cb0e67979453b29d22.tar.gz bcm5719-llvm-dadc371e851105c77f21a6cb0e67979453b29d22.zip |
Add OpenCL/SPIR kernel_arg_base_type metadata node
As defined in the SPIR 1.2 specification, this node behaves similarly to
kernel_arg_type but will print the underlying type name, e.g., without
typedefs.
Example:
typedef unsigned int myunsignedint;
would report:
'myunsignedint' in the kernel_arg_type node
'uint' in the kernel_arg_base_type node
llvm-svn: 214308
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
0 files changed, 0 insertions, 0 deletions