This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c351fea480b [AST] Clarify printing of unknown size locations [NFC] new c3f36baa5fa [GISel]: Add Legalization/lowering code for bit counting op [...]
The 1 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/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