Skip to content

[CIR] Upstream function call support #132487

Open
Open
@andykaylor

Description

@andykaylor

Overview

Upstream support for call statments expressions and the cir.call operation.

Suggested minimal test case

void f1();
void f2() {
  f1();
}

Existing incubator tests

clang/test/CIR/CodeGen/call.cpp
clang/test/CIR/CodeGen/call.c

Metadata

Metadata

Assignees

Labels

ClangIRAnything related to the ClangIR project

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions