[llvm] [NFCI][Coroutines] update tests to autogenerated formatting (PR #178358)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 13 13:50:19 PST 2026


================
@@ -37,9 +34,6 @@ suspend:
   ret ptr %hdl
 }
 
-; CHECK: ![[COROUTINE_SLOT_ROOT:.+]] = !{!"Simple C++ TBAA"}
-; CHECK: ![[COROUTINE_SLOT_TAG]] = !{![[COROUTINE_SLOT_SCALAR:[0-9]+]], ![[COROUTINE_SLOT_SCALAR]], i64 0}
-; CHECK: ![[COROUTINE_SLOT_SCALAR]] = !{!"f.Frame Slot", ![[COROUTINE_SLOT_ROOT]], i64 0}
----------------
nikic wrote:

Hm... I'm not seeing this `f.Frame Slot` TBAA in the generate checks. What's going on here?

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


More information about the llvm-commits mailing list