[PATCH] D58885: Variable auto-init: split out small arrays
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 3 08:14:40 PST 2019
jfb added a comment.
I'll do a few size diffs to double-check that this also pays off. @glider can you also check that it doesn't regress what you've been looking at?
================
Comment at: test/CodeGenCXX/auto-var-init.cpp:1133
// PATTERN-O1: bitcast
-// PATTERN-O1: call void @llvm.memset{{.*}}({{.*}}0, i8 -86, i64 32
+// PATTERN-O1: call void @llvm.memset{{.*}}({{.*}}, i8 -86, i64 32
// ZERO-LABEL: @test_atomicnotlockfree_uninit()
----------------
This was a typo, inadvertently capturing `%0`.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58885/new/
https://reviews.llvm.org/D58885
More information about the cfe-commits
mailing list