Skip to content

Commit

Permalink
Apply Bruno's reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
sitio-couto authored and asl committed Sep 30, 2024
1 parent 6be8db8 commit 5c6ded6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/posts/2024-09-07-abi-lowering-in-clangir.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ title: "GSoC 2024: ABI Lowering in ClangIR"
---

ClangIR is an ongoing effort to build a high-level intermediate representation
(IR) for C++ within the LLVM ecosystem. Its key advantage lies in its ability to
retain more source code information. While ClangIR is making progress, it still
lacks certain features, notably ABI handling. Currently, ClangIR lowers most
functions without accounting for ABI-specific calling convention details.
(IR) for C/C++ within the LLVM ecosystem. Its key advantage lies in its ability
to retain more source code information. While ClangIR is making progress, it
still lacks certain features, notably ABI handling. Currently, ClangIR lowers
most functions without accounting for ABI-specific calling convention details.

## Goals

Expand Down Expand Up @@ -91,6 +91,6 @@ including:

## Acknowledgements

I would like to thank my Google Summer of Code mentors, Bruno Cardoso and Nathan
Lanza, for another great GSoC experience. I also want to thank the LLVM
I would like to thank my Google Summer of Code mentors, Bruno Cardoso Lopes and
Nathan Lanza, for another great GSoC experience. I also want to thank the LLVM
community and Google for organizing the program.

0 comments on commit 5c6ded6

Please sign in to comment.