[PATCH] D38606: [CodeGen] Emit a helper function for __builtin_os_log_format to reduce code size

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 08:47:29 PST 2019


thakis added inline comments.
Herald added subscribers: llvm-commits, jkorous.
Herald added a project: LLVM.


================
Comment at: cfe/trunk/test/CodeGenObjC/os_log.m:53
+  // CHECK-O0: %[[V5:.*]] = bitcast %[[V0]]* %[[V3]] to i8*
+  // CHECK-O0-NOT call void (...) @clang.arc.use({{.*}}
+  // CHECK-O0: call void @objc_release(i8* %[[V5]])
----------------
Zombie comment: This is missing a ':' and hence doesn't check anything.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D38606/new/

https://reviews.llvm.org/D38606





More information about the llvm-commits mailing list