[Clang] Use poison instead of undef where its used as placeholder [NFC]
authorManuel Brito <manuel.brito@tecnico.ulisboa.pt>
Sun, 11 Dec 2022 16:16:31 +0000 (16:16 +0000)
committerNuno Lopes <nuno.lopes@tecnico.ulisboa.pt>
Sun, 11 Dec 2022 16:18:06 +0000 (16:18 +0000)
commit2482dbff461e981203f9c691b24d6017de46a441
tree5131061d93b4677ecdf06f7e16c6ea7588fd5f04
parentcff55e1980b454daa8397eb94635c5a9bb5438b0
[Clang] Use poison instead of undef where its used as placeholder [NFC]

Differential Revision: https://reviews.llvm.org/D139745
14 files changed:
clang/lib/CodeGen/CGException.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/test/CodeGen/builtinshufflevector2.c
clang/test/CodeGenCXX/nrvo.cpp
clang/test/CodeGenCXX/pr40771-ctad-with-lambda-copy-capture.cpp
clang/test/CodeGenCXX/vla-consruct.cpp
clang/test/CodeGenCoroutines/coro-eh-cleanup-exp-namespace.cpp
clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp
clang/test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
clang/test/OpenMP/distribute_parallel_for_simd_num_threads_codegen.cpp
clang/test/OpenMP/single_codegen.cpp
clang/test/OpenMP/teams_distribute_parallel_for_num_threads_codegen.cpp
clang/test/OpenMP/teams_distribute_parallel_for_simd_num_threads_codegen.cpp
clang/test/OpenMP/threadprivate_codegen.cpp