Somewhat belatedly: This year in LLVM (2025)
https://www.npopov.com/2026/01/31/This-year-in-LLVM-2025.html
| Blog | https://www.npopov.com/ |
| GitHub | https://github.com/nikic |
Somewhat belatedly: This year in LLVM (2025)
https://www.npopov.com/2026/01/31/This-year-in-LLVM-2025.html
New blog post: "LLVM: The bad parts"
https://www.npopov.com/2026/01/11/LLVM-The-bad-parts.html
I had some fun writing this :)
@fay59 I see, you have a different notion of overflow in mind. I would expect that a generic ptradd.with.overflow intrinsic would end up being defined in terms of overflow of the pointer index space -- and LLVM doesn't actually model pointers on ARM as having 56-bit index size.
What's the general use case you have in mind here? Something like sanitizers?
New blog post: This year in LLVM (2024)
https://www.npopov.com/2025/01/05/This-year-in-LLVM-2024.html