Extended Description
Again comes up in https://reviews.llvm.org/D67122
for
char* test(char& base, unsigned long offset) {
return &base - offset;
}
We produce
https://godbolt.org/z/luGEju
and fail to simplify further, but we can:
https://rise4fun.com/Alive/Ppo