PR Pravs-254 Understanding LLVM Passes: How Code Obfuscation Works Under the Hood Hi devs, in this blog I’m going to explain what LLVM is, how LLVM passes work, and why LLVM passes are important in a project.
TCH RA Raphael Arseneault Prysma: Anatomy of an LLVM Compiler Built from Scratch in 8 Weeks Prysma: https://github.com/prysma-llvm/prysma
TCH RO Robert K Samuel Instrument Your MLIR Code with the Arey Dialect Debugging MLIR code can be tricky. The Arey dialect helps you instrument your IR with simple operations like printing values or checking…