Append options for vectorization when pointer checking threshold is exceeded.
authorTyler Nowicki <tyler.nowicki@gmail.com>
Mon, 10 Aug 2015 23:05:16 +0000 (23:05 +0000)
committerTyler Nowicki <tyler.nowicki@gmail.com>
Mon, 10 Aug 2015 23:05:16 +0000 (23:05 +0000)
commit034baf615477c2a8c9c0f27cfa552f4d350a63db
tree08cee199353fa01011b6d50edee4ff2cea29bea8
parent857b30356f2d597d67077047acf47759d7f6ce6b
Append options for vectorization when pointer checking threshold is exceeded.

Following one of the appended options will allow the loop to be vectorized. We do not include a command line option for modifying the pointer checking threshold because there is no clang-level interface for this currently.

llvm-svn: 244526
clang/include/clang/Basic/DiagnosticFrontendKinds.td
clang/lib/CodeGen/CodeGenAction.cpp
clang/test/Frontend/optimization-remark-options.c