LLVM 19.0.0git
Variables
llvm::AMDGPU::GenericVersion Namespace Reference

Generic target versions emitted by this version of LLVM. More...

Variables

static constexpr unsigned GFX9 = 1
 
static constexpr unsigned GFX10_1 = 1
 
static constexpr unsigned GFX10_3 = 1
 
static constexpr unsigned GFX11 = 1
 

Detailed Description

Generic target versions emitted by this version of LLVM.

These numbers are incremented every time a codegen breaking change occurs within a generic family.

Variable Documentation

◆ GFX10_1

constexpr unsigned llvm::AMDGPU::GenericVersion::GFX10_1 = 1
staticconstexpr

Definition at line 47 of file AMDGPUBaseInfo.h.

◆ GFX10_3

constexpr unsigned llvm::AMDGPU::GenericVersion::GFX10_3 = 1
staticconstexpr

Definition at line 48 of file AMDGPUBaseInfo.h.

◆ GFX11

constexpr unsigned llvm::AMDGPU::GenericVersion::GFX11 = 1
staticconstexpr

Definition at line 49 of file AMDGPUBaseInfo.h.

◆ GFX9

constexpr unsigned llvm::AMDGPU::GenericVersion::GFX9 = 1
staticconstexpr

Definition at line 46 of file AMDGPUBaseInfo.h.