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 c351fea480b [AST] Clarify printing of unknown size locations [NFC] adds c3f36baa5fa [GISel]: Add Legalization/lowering code for bit counting op [...]
No new revisions were added by this update.
Summary of changes: include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 3 + include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 9 + .../llvm/Target/GlobalISel/SelectionDAGCompat.td | 5 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 122 ++++++++++++- unittests/CodeGen/GlobalISel/CMakeLists.txt | 1 + .../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 188 ++++++++++++++++++++ unittests/CodeGen/GlobalISel/LegalizerHelperTest.h | 190 +++++++++++++++++++++ 7 files changed, 517 insertions(+), 1 deletion(-) create mode 100644 unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp create mode 100644 unittests/CodeGen/GlobalISel/LegalizerHelperTest.h