From Zero to Delivery: Best Practices for Agent-Collaborative Triton RISC-V CPU Backend Development

I have used agents to recreate many tasks and ideas that fit within my stack, and the efficiency gains are obvious. But the way to stay competitive is not to fork work; it is to do

2026-05-16 · 24 min · zevorn

LLVM Backend Optimization Pass: Alias Analysis

AliasAnalysis.html gives a basic introduction to alias analysis: Alias Analysis (also known as Pointer Analysis) is used to determine whether two pointers refer to the same object

2024-09-02 · 5 min · zevorn

LLVM 3.0 JIT Bug in External Symbol Resolution During Code-Block Relocation

In LLVM 3.0 JIT on MinGW64 / MSCV64, when handling external symbol addresses outside the 32 bit range (within a 2 GB window before or after the current address) during code block r

2024-05-22 · 2 min · zevorn