This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 072e32f0891 [WebAssembly] Fix validation of start function new 5600d46a6d5 [SystemZ] Support missing relocation types in RuntimeDyldELF new d65047601c4 [NewGVN] Explain why sorting by pointer values doesn't intr [...] new ddeab36df73 [lanai] Add computeKnownBitsForTargetNode for Lanai.
The 3 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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 21 ++++++++-- lib/Target/Lanai/LanaiISelLowering.cpp | 26 +++++++++++- lib/Target/Lanai/LanaiISelLowering.h | 5 +++ lib/Target/Lanai/LanaiInstrInfo.td | 3 -- lib/Transforms/Scalar/NewGVN.cpp | 4 ++ test/CodeGen/Lanai/masking_setccs.ll | 48 ++++++++++++++++++++++ 6 files changed, 99 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/Lanai/masking_setccs.ll