Hacker News new | ask | show | jobs
by gchadwick 3938 days ago
> Compiling the same code to x86 and ARM will have the same IR

This is incorrect. Clang has specific code paths (producing different IR) for x86 and ARM, specifically around calling conventions but I'm sure there are more.