This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c9ed246f2a TableGen: Add IntrHasSideEffects property for intrinsics new 649003c4113 [WebAssembly] Write initial memory in pages not bytes new ba657060a1a [ValueTracking] Teach isSafeToSpeculativelyExecute() about [...]
The 2 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/Support/Wasm.h | 2 ++ lib/Analysis/ValueTracking.cpp | 6 ++++++ lib/MC/WasmObjectWriter.cpp | 6 ++++-- test/MC/WebAssembly/sections.ll | 5 +++++ test/Transforms/SimplifyCFG/speculate-call.ll | 23 +++++++++++++++++++++++ test/tools/llvm-readobj/sections.test | 5 +++++ tools/llvm-readobj/WasmDumper.cpp | 14 +++++++++++++- 7 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/SimplifyCFG/speculate-call.ll