forked from OSchip/llvm-project
3148f10b17
This commits changes the definition of spv.module to use the #spv.vce attribute for specifying (version, capabilities, extensions) triple so that we can have better API and custom assembly form. Since now we have proper modelling of the triple, (de)serialization is wired up to use them. With the new UpdateVCEPass, we don't need to manually specify the required extensions and capabilities anymore when creating a spv.module. One just need to call UpdateVCEPass before serialization to get the needed version/extensions/capabilities. Differential Revision: https://reviews.llvm.org/D75872 |
||
---|---|---|
.. | ||
ADT | ||
Dialect | ||
IR | ||
Pass | ||
Quantizer/Support | ||
SDBM | ||
Support | ||
TableGen | ||
CMakeLists.txt |