[OPENMP] Remove last iteration separation for loop-based constructs.
Previously the last iteration for simd loop-based OpenMP constructs were generated as a separate code. This feature is not required and codegen is simplified. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239810 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/StmtOpenMP.h 16 additions, 23 deletionsinclude/clang/AST/StmtOpenMP.h
- lib/AST/Stmt.cpp 5 additions, 5 deletionslib/AST/Stmt.cpp
- lib/CodeGen/CGStmtOpenMP.cpp 6 additions, 14 deletionslib/CodeGen/CGStmtOpenMP.cpp
- lib/CodeGen/CodeGenFunction.h 1 addition, 2 deletionslib/CodeGen/CodeGenFunction.h
- lib/Sema/SemaOpenMP.cpp 0 additions, 4 deletionslib/Sema/SemaOpenMP.cpp
- lib/Serialization/ASTReaderStmt.cpp 1 addition, 3 deletionslib/Serialization/ASTReaderStmt.cpp
- lib/Serialization/ASTWriterStmt.cpp 1 addition, 2 deletionslib/Serialization/ASTWriterStmt.cpp
- test/OpenMP/simd_codegen.cpp 2 additions, 11 deletionstest/OpenMP/simd_codegen.cpp
Loading
Please register or sign in to comment