[OT] LLVM tricks
Daniel N
no at public.email
Sat Jul 29 09:44:57 UTC 2023
On Saturday, 29 July 2023 at 08:21:24 UTC, Sergey wrote:
> Nice article with some interesting gotchas about LLVM IR
> optimizations. The article mostly about Zig, but as it stated
> "That’s a theme—any trick you do with LLVM IR would work for
> any LLVM-based language."
>
> https://tigerbeetle.com/blog/2023-07-26-copy-hunting/
>
> Wonder if those kind of analysis is possible to re-implement
> for LDC :)
> Hope someone else will find this info useful too.
Yeah, already works.
--output-ll - Write LLVM IR
More information about the Digitalmars-d
mailing list