This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from d43029ed517 [InstCombine] Add splat vector constant support to foldICmp [...] adds 6d691845e46 Re-land r334313 "[asan] Instrument comdat globals on COFF targets" adds d35f0462691 [LICM][Tests] Add tests for store hoisting [NFC]
No new revisions were added by this update.
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