aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorAlexis Engelke <engelke@in.tum.de>2023-07-28 12:53:09 +0200
committerAlexis Engelke <engelke@in.tum.de>2023-07-28 18:14:48 +0200
commit18439cfc14fe35884e75761819a63763d03fe46c (patch)
tree4ba7ba44ce934c0217cbeb9c4d8877c99e5c0798 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentc13e310fa769a6449291b6a6bfbadc6ddc737eff (diff)
downloadllvm-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