MLIR  19.0.0git
Macros
SPIRVBinaryUtils.cpp File Reference
#include "mlir/Target/SPIRV/SPIRVBinaryUtils.h"
#include "mlir/Dialect/SPIRV/IR/SPIRVTypes.h"

Go to the source code of this file.

Macros

#define MIN_VERSION_CASE(v)
 

Macro Definition Documentation

◆ MIN_VERSION_CASE

#define MIN_VERSION_CASE (   v)
Value:
case spirv::Version::V_1_##v: \
minorVersion = v; \
break