Commit fa14522c authored by Francesco Petrogalli's avatar Francesco Petrogalli
Browse files

[llvm][docs] Fix formatting in LangRef. [NFC]

The syntax of the call site attribute "vector-function-abi-variant"
is rendered with fixed size fonts (verbatim text).
parent 7f49dc49
Loading
Loading
Loading
Loading
+21 −21
Original line number Diff line number Diff line
@@ -1880,7 +1880,7 @@ attributes are supported:
    not imply preference (it is logically a set). The compiler is free
    to pick any listed vector function of its choosing.
    The syntax for the mangled names is as follows:
    The syntax for the mangled names is as follows:::
        _ZGV<isa><mask><vlen><parameters>_<scalar_name>[(<vector_redirection>)]
@@ -1907,14 +1907,14 @@ attributes are supported:
    ``<isa>`` token that can be used to create scalar-to-vector
    mappings for functions that are not directly associated to any of
    the target ISAs (for example, some of the mappings stored in the
    TargetLibraryInfo). Valid values for the ``<isa>`` token are:
    TargetLibraryInfo). Valid values for the ``<isa>`` token are:::
        <isa>:= b | c | d | e  -> X86 SSE, AVX, AVX2, AVX512
              | n | s          -> Armv8 Advanced SIMD, SVE
              | __LLVM__       -> Internal LLVM Vector ISA
    For all targets currently supported (x86, Arm and Internal LLVM),
    the remaining tokens can have the following values:
    the remaining tokens can have the following values:::
        <mask>:= M | N         -> mask | no mask