For tests on bypassing slow division there's no need to be
Atom-specific. The patch renames all tests on division bypassing,
makes their names more consistent and differentiates the purpose
of each test file:
atom-bypass-slow-division.ll -> bypass-slow-division-32.ll (tests verifying correctness of divl-to-divb bypassing) atom-bypass-slow-division-64.ll -> bypass-slow-division-64.ll (tests verifying correctness of divq-to-divl bypassing) slow-div.ll -> bypass-slow-division-tune.ll (tests verifying that bypassing is enabled only when appropriate)