>>6LLVM is a compiler IR, suitable for high level transformations (unlike C which is quite unfriendly for alias analysis). Just because it is target specific does not mean it's the sort of assembly you'd want to write by hand.
Besides, no modern CPU uses SSA.