This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c9c05bde237 [ARM] Prevent parallel macs for unsigned values new 845ecdf06a7 Fix typo in comment. NFC new 2de9fad1ee1 [ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF
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: lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 23 +-- lib/Target/ARM/ARMLegalizerInfo.cpp | 16 ++ lib/Target/ARM/ARMRegisterBankInfo.cpp | 1 + .../ARM/GlobalISel/arm-legalize-bitcounts.mir | 177 +++++++++++++++++++++ test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 22 +++ .../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 27 ++++ 6 files changed, 256 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-bitcounts.mir