diff options
author | River Riddle <riddleriver@gmail.com> | 2021-12-16 01:49:29 +0000 |
---|---|---|
committer | River Riddle <riddleriver@gmail.com> | 2021-12-16 02:08:13 +0000 |
commit | f62a57a3f02e03c2eff79d66265e1b0f32dceffa (patch) | |
tree | 5d0755d26ada703e5cde151f184fdf706c2e8ff0 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 02670c3f385f24789797cde340be60e8ab2447c1 (diff) | |
download | llvm-f62a57a3f02e03c2eff79d66265e1b0f32dceffa.zip llvm-f62a57a3f02e03c2eff79d66265e1b0f32dceffa.tar.gz llvm-f62a57a3f02e03c2eff79d66265e1b0f32dceffa.tar.bz2 |
[PDLL] Add support for tuple types and expressions
Tuples are used to group multiple elements into a single
compound value. The values in a tuple can be of any type, and
do not need to be of the same type. There is also no limit to
the number of elements held by a tuple.
Tuples will be used to support multiple results from
Constraints and Rewrites (added in a followup), and will also
make it easier to support more complex primitives (such as
range based maps that can operate on multiple values).
Differential Revision: https://reviews.llvm.org/D115297
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions