Hacker News new | ask | show | jobs
by planteen 3930 days ago
> Furthermore the architecture of LLVM decouples it from particular processor architectures in ways that previous compiler architectures didn't, greatly easing the migration process at a technical level.

How is LLVM IR (which I am told is arch specific) different from GCC with RTL?