forked from OSchip/llvm-project
24ad385884
This revision allows for creating DenseElementsAttrs and accessing elements using std::complex<APInt>/std::complex<APFloat>. This allows for opaquely accessing and transforming complex values. This is used by the printer/parser to provide pretty printing for complex values. The form for complex values matches that of std::complex, i.e.: ``` // `(` element `,` element `)` dense<(10,10)> : tensor<complex<i64>> ``` Differential Revision: https://reviews.llvm.org/D79296 |
||
---|---|---|
.. | ||
Dialect | ||
IR | ||
Pass | ||
SDBM | ||
TableGen | ||
CMakeLists.txt |