diff options
author | Alex Rice <alexrice999@hotmail.co.uk> | 2024-08-20 19:03:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 19:03:31 +0100 |
commit | 655d62c4b326f2606b1e89a4dff0212c1d9226ab (patch) | |
tree | b833f2fb311d2ad4581a5b9e49631641849af536 /llvm/lib/CodeGen/MachineVerifier.cpp | |
parent | e56ad22b4a41e65984d6997b2c2496a20f906d1d (diff) | |
download | llvm-655d62c4b326f2606b1e89a4dff0212c1d9226ab.zip llvm-655d62c4b326f2606b1e89a4dff0212c1d9226ab.tar.gz llvm-655d62c4b326f2606b1e89a4dff0212c1d9226ab.tar.bz2 |
[mlir][tablegen] Fix tablegen bug with `Complex` class (#104974)
The `Complex` class in tablegen tries to store its element type, but due
to a name collision it actually ends up storing the `type` field of the
`ConfinedType` superclass, and so `elementType` is always set to
`AnyComplex`.
This renames the field so that it gets correctly set.
Diffstat (limited to 'llvm/lib/CodeGen/MachineVerifier.cpp')
0 files changed, 0 insertions, 0 deletions