Custom Alias Analysis in LLVM
30 April 2018

As well as talking at conferences like C++ Russia and MeetingC++, Codeplay Compiler Engineer Simon Brand has a well-followed blog and Twitter profile. On these he shares knowledge and stimulates discussion on a range of C++ topics.
His latest blog post talks about how to use alias analysis and how this can be used to handle different address spaces on different target hardware.
Take a look at the full post here.
