This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 419c1269a6f [MemorySSA & LoopPassManager] Enable MemorySSA as loop depe [...] new dbafa311cb9 GlobalISel: Add known bits to InstructionSelector new a1aee7a008c GlobalISel: Add maskedValueIsZero and signBitIsZero to known bits
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/CodeGen/GlobalISel/GISelKnownBits.h | 11 +++++++++++ include/llvm/CodeGen/GlobalISel/InstructionSelector.h | 7 ++++++- lib/CodeGen/GlobalISel/GISelKnownBits.cpp | 6 ++++++ lib/CodeGen/GlobalISel/InstructionSelect.cpp | 6 +++++- lib/Target/AArch64/AArch64InstructionSelector.cpp | 5 +++-- .../AArch64/GlobalISel/gisel-commandline-option.ll | 1 + test/CodeGen/AArch64/O0-pipeline.ll | 1 + unittests/CodeGen/GlobalISel/KnownBitsTest.cpp | 16 ++++++++++++++++ 8 files changed, 49 insertions(+), 4 deletions(-)