Understanding the need for additional metadata – Advanced IR Generation-1Understanding the need for additional metadata – Advanced IR Generation-1
To demonstrate the problem, let’s look at the following function:void doSomething(int *p, float *q) { *p = 42; *q = 3.1425;} The optimizer cannot decide if the pointers, p and q, point [...]