This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78d28dbc5a3 [AArch64][Falkor] Fix bug in Falkor HWPF tag collision avoidance new 7996242b16e [PGO] Set edge weights for indirectbr instruction with prof [...] new e69aa182b74 [WebAssembly] Fix overflow for input with missing version
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: lib/Analysis/BranchProbabilityInfo.cpp | 2 +- lib/Object/WasmObjectFile.cpp | 10 ++++- .../Instrumentation/PGOInstrumentation.cpp | 3 +- test/Object/Inputs/WASM/missing-version.wasm | Bin 0 -> 6 bytes test/Object/wasm-missing-version.test | 2 + .../{noreturncall.proftext => indirectbr.proftext} | 10 +++-- test/Transforms/PGOProfile/indirectbr.ll | 48 +++++++++++++++++++++ 7 files changed, 68 insertions(+), 7 deletions(-) create mode 100644 test/Object/Inputs/WASM/missing-version.wasm create mode 100644 test/Object/wasm-missing-version.test copy test/Transforms/PGOProfile/Inputs/{noreturncall.proftext => indirectbr.profte [...] create mode 100644 test/Transforms/PGOProfile/indirectbr.ll