Ah ok. Thanks for checking!
On Fri, Nov 17, 2017 at 4:59 PM, Alexey Bataev wrote:
> No, it is caused by some other changes. Seems to me, somebody changed the
> interface of functions, but forgot to remove the variables that are not used
> anymore.
> The changes look good to me, thanks.
>
> Best r
I think this caused some unused variable warnings:
../tools/clang/lib/CodeGen/CGStmtOpenMP.cpp:360:25: warning: unused
variable 'ExtInfo' [-Wunused-variable]
FunctionType::ExtInfo ExtInfo;
^
1 warning generated.
[3049/3507] Building CXX object
tools/clang/lib/CodeGen/CMak
Author: abataev
Date: Fri Nov 17 09:57:25 2017
New Revision: 318536
URL: http://llvm.org/viewvc/llvm-project?rev=318536&view=rev
Log:
[OPENMP] Codegen for `target simd` construct.
Added codegen support for `target simd` directive.
Added:
cfe/trunk/test/OpenMP/target_simd_codegen.cpp
cfe/