This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6e55ed9 Fix off-by-one error in max integer functions new 0144de5 [ARM] Add additional matching for UBFX instructions new ac3b4c9 Adding back-end support to two bit scanning intrinsics
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/IR/IntrinsicsX86.td | 10 ++++++++++ lib/Target/ARM/ARMISelDAGToDAG.cpp | 21 +++++++++++++++++++++ lib/Target/X86/X86IntrinsicsInfo.h | 2 ++ test/CodeGen/ARM/bfx.ll | 16 ++++++++++++++++ test/CodeGen/X86/bitscan.ll | 23 +++++++++++++++++++++++ 5 files changed, 72 insertions(+) create mode 100644 test/CodeGen/X86/bitscan.ll