This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e403fe6abec [llvm-readobj] Weaken a check in the test added by r354567 new 4c14549b42d AMDGPU/GlobalISel: Fix bit count ops for non-power-of-2 types new c08de5fe639 [X86] Fix copy-paste error in @ccz flag. new 82b334b7fdf [x86] regenerate checks; NFC
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/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 4 +- lib/Target/X86/X86ISelLowering.cpp | 2 +- .../AMDGPU/GlobalISel/legalize-ctlz-zero-undef.mir | 58 ++++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz.mir | 58 ++++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-ctpop.mir | 50 +++++++++++++++++++ .../AMDGPU/GlobalISel/legalize-cttz-zero-undef.mir | 50 +++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-cttz.mir | 54 ++++++++++++++++++++ test/CodeGen/X86/clz.ll | 16 +++--- test/CodeGen/X86/inline-asm-flag-output.ll | 4 +- 9 files changed, 284 insertions(+), 12 deletions(-)