summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/thinlto-unused-type-tests.ll
AgeCommit message (Collapse)Author
2025-04-07Bitcode: Convert test to opaque pointersMatt Arsenault
2016-12-21IR: Function summary representation for type tests.Peter Collingbourne
Each function summary has an attached list of type identifier GUIDs. The idea is that during the regular LTO phase we would match these GUIDs to type identifiers defined by the regular LTO module and store the resolutions in a top-level "type identifier summary" (which will be implemented separately). Differential Revision: https://reviews.llvm.org/D27967 llvm-svn: 290280