elizabethandrews
elizabethandrews
Requirement - Do not decompose types with pointers when generating openCL kernel arguments. This PR adds logic to stop decomposing trivial types containing pointers. For every SYCL kernel argument which...
When working on test I realized compiler generated name can be improved for base classes as well. At the moment, they all have same name _arg__base. I will work on...
This contains customizations from intel downstream.
This includes changes from a community patch which was incorrectly reverted in https://github.com/intel/llvm/commit/66c18fee337fdf04f04f48e0fefb68157915b8a8
For SPIR, virtual table elements should be emitted in the default address space while global variables should be emitted in address space 1. Also, only emit virtual functions marked with...