> 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?
How is LLVM IR (which I am told is arch specific) different from GCC with RTL?