Changeset View
Changeset View
Standalone View
Standalone View
clang/test/CodeGen/arm-cmse-attr.c
Context not available. | |||||
{ | { | ||||
} | } | ||||
// CHECK: define void @f1(void ()* nocapture %fptr) {{[^#]*}}#0 { | // CHECK: define void @f1(void ()* nocapture noundef %fptr) {{[^#]*}}#0 { | ||||
// CHECK: call void %fptr() #2 | // CHECK: call void %fptr() #2 | ||||
// CHECK: define void @f2(void ()* nocapture %fptr) {{[^#]*}}#0 { | // CHECK: define void @f2(void ()* nocapture noundef %fptr) {{[^#]*}}#0 { | ||||
// CHECK: call void %fptr() #2 | // CHECK: call void %fptr() #2 | ||||
// CHECK: define void @f3() {{[^#]*}}#1 { | // CHECK: define void @f3() {{[^#]*}}#1 { | ||||
// CHECK: define void @f4() {{[^#]*}}#1 { | // CHECK: define void @f4() {{[^#]*}}#1 { | ||||
Context not available. |