Questions about how LLVM generates machine code from LLVM-IR or high-level languages. If you are asking about a specific CPU architecture, please also add that corresponding tag (e.g. `x86`).
LLVM's main use is to generate (CPU dependent) machine code from LLVM-IR. This LLVM-IR is often generated by a compiler of a high-level language (e.g. clang++
for C++ code or rustc
for Rust code). This tag hosts all questions about the translation of LLVM-IR or high-level languages to machine code. Example: "How is a 128-bit LLVM integer implemented on 64-bit hardware?"