[OPENMP] Fixed codegen for __real/__imag expressions in atomic
constructs. For __real/__imag unary expressions clang emits lvalue with the associated type from the original complex expression, but not the underlying builtin integer or float type. This causes crash in codegen for atomic constructs, if __real/__imag expression are used in atomic constructs. llvm-svn: 286129
Loading
Please register or sign in to comment