mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 19:07:53 +08:00
87cf662fbd08ba8e272e223f1323a70957b5fb61
Add a set of data structures and members analogous to those used for multiclass defs. These will represent a new kind of multiclass def: a multidef. The idea behind the multidef is to process a list of items and create a def record for each one inside the enclosing multiclass. This allows the user to dynamically create a set of defs based on the contents of a list. llvm-svn: 141230
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%