This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10adab0 [AsmParser] Avoid recursing when lexing ';'. NFC. new 09b0be2 [x86] allow FP-logic ops when one operand is FP and result is FP new 08c9ce1 [AVR] Add tests for counting leading/trailing zeros
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/Target/X86/X86ISelLowering.cpp | 40 ++++++++++++++++++---------- test/CodeGen/AVR/ctlz.ll | 48 ++++++++++++++++++++++++++++++++++ test/CodeGen/AVR/{ctpop.ll => cttz.ll} | 20 ++++++++++---- test/CodeGen/X86/fp-logic-replace.ll | 16 +++++------- test/CodeGen/X86/fp-logic.ll | 18 +++++-------- 5 files changed, 101 insertions(+), 41 deletions(-) create mode 100644 test/CodeGen/AVR/ctlz.ll copy test/CodeGen/AVR/{ctpop.ll => cttz.ll} (58%)