-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Generation Tools
-
CODEGEN-15022
-
-
-
default
A write to a volatile vector may be discarded during optimization. Given code similar to the following:
void bad(int2 a, int2 b) { volatile int2 c = a + b; }
The write to vector c may be discarded.