This is an archive of the discontinued LLVM Phabricator instance.

CodeGen: Use memset in initializers for non-zeros
AbandonedPublic

Authored by vitalybuka on Jul 8 2019, 10:08 PM.

Event Timeline

vitalybuka created this revision.Jul 8 2019, 10:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2019, 10:08 PM
hfinkel added inline comments.Jul 24 2019, 9:00 AM
clang/test/CodeGen/init-memset.c
29

I'd be more comfortable if the test here actually checked the length and the value in the memset call here and below.

vitalybuka abandoned this revision.Jun 16 2021, 3:18 PM