This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9eb5240 SDAG: Avoid relying on the return value of SelectCode in Hexa [...] new f59206d [InstSimplify] use computeKnownBits on shift amount operands new 5e0f621 [X86] Properly check that EAX is dead when copying EFLAGS.
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/Analysis/InstructionSimplify.cpp | 16 +++ lib/Target/X86/X86InstrInfo.cpp | 13 ++- test/CodeGen/X86/eflags-copy-expansion.mir | 67 +++++++++++ test/Transforms/InstSimplify/shift-knownbits.ll | 147 ++++++++++++++++++++++++ 4 files changed, 239 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/X86/eflags-copy-expansion.mir create mode 100644 test/Transforms/InstSimplify/shift-knownbits.ll