1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/docs/TableGen
Roman Lebedev daceaa0714 [TableGen] Introduce !listsplat 'binary' operator
Summary:
```
``!listsplat(a, size)``
    A list value that contains the value ``a`` ``size`` times.
    Example: ``!listsplat(0, 2)`` results in ``[0, 0]``.
```

I plan to use this in X86ScheduleBdVer2.td for LoadRes handling.

This is a little bit controversial because unlike every other binary operator
the types aren't identical.

Reviewers: stoklund, javed.absar, nhaehnle, craig.topper

Reviewed By: javed.absar

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D60367

llvm-svn: 358117
2019-04-10 18:26:36 +00:00
..
BackEnds.rst [TableGen] Add a general-purpose JSON backend. 2018-07-11 08:40:19 +00:00
Deficiencies.rst
index.rst [TableGen] Add a general-purpose JSON backend. 2018-07-11 08:40:19 +00:00
LangIntro.rst [TableGen] Introduce !listsplat 'binary' operator 2019-04-10 18:26:36 +00:00
LangRef.rst [TableGen] Introduce !listsplat 'binary' operator 2019-04-10 18:26:36 +00:00