diff options
author | Alexis Engelke <engelke@in.tum.de> | 2023-07-28 12:53:09 +0200 |
---|---|---|
committer | Alexis Engelke <engelke@in.tum.de> | 2023-07-28 18:14:48 +0200 |
commit | 18439cfc14fe35884e75761819a63763d03fe46c (patch) | |
tree | 4ba7ba44ce934c0217cbeb9c4d8877c99e5c0798 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | c13e310fa769a6449291b6a6bfbadc6ddc737eff (diff) | |
download | llvm-18439cfc14fe35884e75761819a63763d03fe46c.zip llvm-18439cfc14fe35884e75761819a63763d03fe46c.tar.gz llvm-18439cfc14fe35884e75761819a63763d03fe46c.tar.bz2 |
[mlir][LLVMIR] Fix identified structs with same name
Different identified struct types may have the same name ("").
Previously, these were deduplicated based on their name, which caused
an assertion failure when nesting identified structs:
%0 = type { %1 }
%1 = type { i8 }
declare void @fn(%0)
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D156531
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions