[llvm] [TBAA] Tests for invalid tbaa.struct metadata (PR #86167)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 12:19:41 PDT 2024


================
@@ -0,0 +1,38 @@
+; RUN: llvm-as < %s 2>&1
+
+define void @test_overlapping_regions(ptr %a1) {
----------------
fhahn wrote:

might be good to add a FIXME that the verifier should reject the invalid `!tbaa.struct` nodes.

https://github.com/llvm/llvm-project/pull/86167


More information about the llvm-commits mailing list