[AMDGPU] Parse wwm filter flag for regalloc fast (#119347)
[llvm-project.git] / llvm / docs / CommandGuide / llvm-tblgen.rst
blob1e8ff8bf6e3e2ae8fda7b78b2a0f12629b7f846c
1 llvm-tblgen - Target Description to C++ Code for LLVM
2 =====================================================
4 .. program:: llvm-tblgen
6 SYNOPSIS
7 --------
9 :program:`llvm-tblgen` [*options*] [*filename*]
12 DESCRIPTION
13 -----------
15 :program:`llvm-tblgen` is a program that translates compiler-related target
16 description (``.td``) files into C++ code and other output formats. Most
17 users of LLVM will not need to use this program. It is used only for writing
18 parts of the compiler.
20 Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
21 for a description of the *filename* argument and options, including the
22 options common to all :program:`*-tblgen` programs.