This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3e2cfa03da4 [WebAssembly] Enable atomic expansion for unsupported atomicrmws new bc569e6512c [NFC] Factor out implicit control flow logic from GVN
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: include/llvm/Transforms/Scalar/GVN.h | 7 +- .../Transforms/Utils/ImplicitControlFlowTracking.h | 62 +++++++++++++++ lib/Transforms/Scalar/GVN.cpp | 86 +++----------------- lib/Transforms/Utils/CMakeLists.txt | 1 + .../Utils/ImplicitControlFlowTracking.cpp | 91 ++++++++++++++++++++++ 5 files changed, 167 insertions(+), 80 deletions(-) create mode 100644 include/llvm/Transforms/Utils/ImplicitControlFlowTracking.h create mode 100644 lib/Transforms/Utils/ImplicitControlFlowTracking.cpp