This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from caeba011f77 [llvm-exegesis] Increasing wrapping limit. new 523f4005eb0 [llvm-exegesis] Correclty handle all X86 memory encoding formats. new 7a2b35fa201 [InstCombine] propagate FMF for fcmp+fabs folds new 7c7c0a2cd98 Fix ignorded type qualifier warning [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/CodeGen/TargetLoweringBase.cpp | 2 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 20 +- test/Transforms/InstCombine/fcmp.ll | 24 +-- test/tools/llvm-exegesis/X86/uops-ADD32mi8.s | 6 + test/tools/llvm-exegesis/X86/uops-ADD32mr.s | 6 + test/tools/llvm-exegesis/X86/uops-ADD32rm.s | 6 + test/tools/llvm-exegesis/X86/uops-BEXTR32rm.s | 6 + test/tools/llvm-exegesis/X86/uops-BSF16rm.s | 6 + test/tools/llvm-exegesis/X86/uops-BTR64mr.s | 6 + test/tools/llvm-exegesis/X86/uops-VFMADDSS4rm.s | 6 + tools/llvm-exegesis/lib/X86/Target.cpp | 204 ++++++++++++++------- 11 files changed, 209 insertions(+), 83 deletions(-) create mode 100644 test/tools/llvm-exegesis/X86/uops-ADD32mi8.s create mode 100644 test/tools/llvm-exegesis/X86/uops-ADD32mr.s create mode 100644 test/tools/llvm-exegesis/X86/uops-ADD32rm.s create mode 100644 test/tools/llvm-exegesis/X86/uops-BEXTR32rm.s create mode 100644 test/tools/llvm-exegesis/X86/uops-BSF16rm.s create mode 100644 test/tools/llvm-exegesis/X86/uops-BTR64mr.s create mode 100644 test/tools/llvm-exegesis/X86/uops-VFMADDSS4rm.s