This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 26c2965 [AVX-512] Fix the operand order for all calls to __builtin_ia [...] new ef66d4d [CodeGen] Don't emit lifetime intrinsics for some local variables
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/CGDecl.cpp | 16 ++-- lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGenFunction.cpp | 9 +- lib/CodeGen/CodeGenFunction.h | 5 ++ lib/CodeGen/VarBypassDetector.cpp | 168 ++++++++++++++++++++++++++++++++++++++ lib/CodeGen/VarBypassDetector.h | 70 ++++++++++++++++ test/CodeGen/lifetime2.c | 78 +++++++++++++++++- 7 files changed, 339 insertions(+), 8 deletions(-) create mode 100644 lib/CodeGen/VarBypassDetector.cpp create mode 100644 lib/CodeGen/VarBypassDetector.h