diff options
author | Julian Nagele <j.nagele@apple.com> | 2024-03-27 09:30:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 10:30:27 +0100 |
commit | df75183d70e029352a49c93f275db703c81a65c1 (patch) | |
tree | 6f6631788d01a1bfa2252d8410b45aafddaae2f4 /llvm/lib/Object/COFFImportFile.cpp | |
parent | bd9bb31bce0754c0a04d5c842ab3e7f8dd467861 (diff) | |
download | llvm-df75183d70e029352a49c93f275db703c81a65c1.zip llvm-df75183d70e029352a49c93f275db703c81a65c1.tar.gz llvm-df75183d70e029352a49c93f275db703c81a65c1.tar.bz2 |
[TBAA] Add verifier for tbaa.struct metadata (#86709)
Adds logic to the IR verifier that checks whether !tbaa.struct nodes are
well-formed. That is, it checks that the operands of !tbaa.struct nodes
are in groups of three, that each group of three operands consists of
two integers and a valid tbaa node, and that the regions described by
the offset and size operands are non-overlapping.
PR: https://github.com/llvm/llvm-project/pull/86709
Diffstat (limited to 'llvm/lib/Object/COFFImportFile.cpp')
0 files changed, 0 insertions, 0 deletions