Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

CIR

< >

CIR, aka Clang IR, is an intermediate representation language created in 2020.

#255on PLDB 4Years Old
Download source code:
git clone https://github.com/facebookincubator/clangir
Homepage · Source Code

Clang IR (CIR) is a new IR for Clang.


Example from the web:
// Read from local variable, address in %0. %1 = cir.load %0 : !cir.ptr<i32>, i32 // Load address from memory at address %0. %3 is used by at least one // operation that dereferences a pointer. %3 = cir.load deref %0 : cir.ptr <!cir.ptr<i32>>

Language features

Feature Supported Example Token
Comments ✓ // A comment
Line Comments ✓ // A comment //
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0