llvm-project/clang/test/CodeGenOpenCLCXX
hyeongyukim aacfbb953e [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default
Turning on `enable_noundef_analysis` flag allows better codegen by removing freeze instructions.
I modified clang by renaming `enable_noundef_analysis` flag to `disable-noundef-analysis` and turning it off by default.

Test updates are made as a separate patch: D108453

Reviewed By: eugenis

Differential Revision: https://reviews.llvm.org/D105169

[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default (2)

This patch updates test files after D105169.
Autogenerated test codes are changed by `utils/update_cc_test_checks.py,` and non-autogenerated test codes are changed as follows:

(1) I wrote a python script that (partially) updates the tests using regex: {F18594904} The script is not perfect, but I believe it gives hints about which patterns are updated to have `noundef` attached.

(2) The remaining tests are updated manually.

Reviewed By: eugenis

Differential Revision: https://reviews.llvm.org/D108453

Resolve lit failures in clang after 8ca4b3e's land

Fix lit test failures in clang-ppc* and clang-x64-windows-msvc

Fix missing failures in clang-ppc64be* and retry fixing clang-x64-windows-msvc

Fix internal_clone(aarch64) inline assembly
2021-11-06 19:19:22 +09:00
..
address-space-castoperators.cpp [OpenCL] Rename lang mode flag for C++ mode 2019-07-25 11:04:29 +00:00
address-space-deduction.clcpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2021-11-06 19:19:22 +09:00
address-space-deduction2.clcpp [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
addrspace-constructors.clcpp [OpenCL] Fix overloading resolution of addrspace constructors 2021-06-11 11:12:33 +01:00
addrspace-conversion.clcpp [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
addrspace-derived-base.clcpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2021-11-06 19:19:22 +09:00
addrspace-new-delete.clcpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2021-11-06 19:19:22 +09:00
addrspace-of-this.clcpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2021-11-06 19:19:22 +09:00
addrspace-operators.clcpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2021-11-06 19:19:22 +09:00
addrspace-references.clcpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2021-11-06 19:19:22 +09:00
addrspace-with-class.clcpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2021-11-06 19:19:22 +09:00
addrspace_cast.clcpp [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
atexit.clcpp [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
constexpr.clcpp [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
global_init.clcpp [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
local_addrspace_init.clcpp [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
method-overload-address-space.clcpp [OpenCL] Added distinct file extension for C++ for OpenCL. 2021-03-24 13:07:04 +00:00
reinterpret_cast.clcpp [C++][Sema] Ignore top-level qualifiers in casts 2021-07-05 12:22:08 +01:00
remove-address-space.clcpp [C++4OpenCL] Introduces __remove_address_space utility 2021-08-06 10:40:22 +01:00
template-address-spaces.clcpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2021-11-06 19:19:22 +09:00