This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d43029ed517 [InstCombine] Add splat vector constant support to foldICmp [...] new 6d691845e46 Re-land r334313 "[asan] Instrument comdat globals on COFF targets" new d35f0462691 [LICM][Tests] Add tests for store hoisting [NFC]
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: .../Instrumentation/AddressSanitizer.cpp | 40 +++- .../global_metadata_external_comdat.ll | 9 + .../AddressSanitizer/win-string-literal.ll | 46 +++++ test/Transforms/LICM/store-hoisting.ll | 230 +++++++++++++++++++++ 4 files changed, 317 insertions(+), 8 deletions(-) create mode 100644 test/Instrumentation/AddressSanitizer/global_metadata_external_ [...] create mode 100644 test/Instrumentation/AddressSanitizer/win-string-literal.ll create mode 100644 test/Transforms/LICM/store-hoisting.ll