This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7246950 [X86] Tune bypassing of slow division for Intel CPUs new 19b8606 [X86] Rename tests for bypassing slow division (NFC) new eea6148 [llvm-config] Fix obviously wrong code in parsing DyLib components. new 7257b8b [X86] Modify BypassSlowDivision tests to match their new names (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: ...slow-division.ll => bypass-slow-division-32.ll} | 23 +++---- ...w-division-64.ll => bypass-slow-division-64.ll} | 74 ++-------------------- test/CodeGen/X86/bypass-slow-division-tune.ll | 56 ++++++++++++++++ test/CodeGen/X86/slow-div.ll | 44 ------------- tools/llvm-config/llvm-config.cpp | 2 +- 5 files changed, 72 insertions(+), 127 deletions(-) rename test/CodeGen/X86/{atom-bypass-slow-division.ll => bypass-slow-division-32.l [...] rename test/CodeGen/X86/{atom-bypass-slow-division-64.ll => bypass-slow-division-6 [...] create mode 100644 test/CodeGen/X86/bypass-slow-division-tune.ll delete mode 100644 test/CodeGen/X86/slow-div.ll