Comment by saagarjha 2 years ago What’s wrong with it? If you’re the one generating it LLVM IR isn’t that bad 1 comment saagarjha Reply o11c 2 years ago LLVM IR is a bit too low-level, so a lot of optimizations aren't really possible anymore, particularly around allocation and logical purity.
o11c 2 years ago LLVM IR is a bit too low-level, so a lot of optimizations aren't really possible anymore, particularly around allocation and logical purity.
LLVM IR is a bit too low-level, so a lot of optimizations aren't really possible anymore, particularly around allocation and logical purity.