repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[RISCV] Match vcompress during shuffle lowering (#117748)
[llvm-project.git]
/
clang
/
test
/
CodeGenObjC
/
designated-initializers.m
blob
ce58f6c367338e61d45a948a2a3a40863029bf8f
1
// RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s
2
3
struct overwrite_string_struct {
4
char L[3];
5
int M;
6
} overwrite_string[] = { { { @encode(void**) }, 1 }, [0].L[1] = 'x'};
7
// CHECK: [3 x i8] c"^xv", i8 0, i32 1