This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f447770cdc7 [WebAssembly] refactored utilities to not depend on MachineInstr new cefa3d6eb69 [MemorySSA] Use SetVector to avoid nondeterminism.
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/Analysis/MemorySSAUpdater.h | 3 +- lib/Analysis/MemorySSAUpdater.cpp | 2 +- lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 4 +- lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 6 +- lib/Transforms/Utils/Local.cpp | 2 +- lib/Transforms/Utils/LoopSimplify.cpp | 3 +- test/Analysis/MemorySSA/nondeterminism.ll | 122 +++++++++++++++++++++++++++ 7 files changed, 133 insertions(+), 9 deletions(-) create mode 100644 test/Analysis/MemorySSA/nondeterminism.ll