Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

CIR

< >

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

#879on PLDB 4Years Old
Download source code:
git clone https://github.com/facebookincubator/clangir

A new high-level 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 Token Example
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io