[PATCH] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers

Hal Finkel via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 3 14:46:44 PDT 2016


hfinkel updated this revision to Diff 73344.
hfinkel added a comment.

Rebased; added more comments and addressed other review feedback.


https://reviews.llvm.org/D9403

Files:
  lib/CodeGen/CGDecl.cpp
  lib/CodeGen/CGExpr.cpp
  lib/CodeGen/CGStmt.cpp
  lib/CodeGen/CodeGenFunction.cpp
  lib/CodeGen/CodeGenFunction.h
  test/CodeGen/noalias.c
  test/OpenMP/taskloop_firstprivate_codegen.cpp
  test/OpenMP/taskloop_lastprivate_codegen.cpp
  test/OpenMP/taskloop_private_codegen.cpp
  test/OpenMP/taskloop_simd_firstprivate_codegen.cpp
  test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
  test/OpenMP/taskloop_simd_private_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9403.73344.patch
Type: text/x-patch
Size: 31632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161003/515e5495/attachment-0001.bin>


More information about the cfe-commits mailing list