[clang] [Clang] Add __builtin_counted_by_ref builtin (PR #114495)

Bill Wendling via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 4 20:51:44 PST 2024


================
@@ -13,7 +13,10 @@ void init(void * __attribute__((pass_dynamic_object_size(0))));
 // CHECK-LABEL: define dso_local void @_ZN3foo3barC1Ev(
 // CHECK-SAME: ptr noundef nonnull align 4 dereferenceable(1) [[THIS:%.*]]) unnamed_addr #[[ATTR0:[0-9]+]] align 2 {
 // CHECK-NEXT:  entry:
-// CHECK-NEXT:    tail call void @_Z4initPvU25pass_dynamic_object_size0(ptr noundef nonnull align 4 dereferenceable(1) [[THIS]], i64 noundef -1) #[[ATTR2:[0-9]+]]
----------------
bwendling wrote:

What do you mean put in a separate file? This *is* the separate file. :-)

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


More information about the cfe-commits mailing list