[X86] Add multiply by constant tests (PR28513)
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 22 Mar 2017 12:03:56 +0000 (12:03 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 22 Mar 2017 12:03:56 +0000 (12:03 +0000)
commit345481599f5032ad98b3f1f0005897bb4b8e84d2
treee34db49da20eaef514d71904d1c18fd0fea170ce
parent7823c66e05b5878237405827611bad5ee48959f8
[X86] Add multiply by constant tests (PR28513)

As discussed on PR28513, add tests for constant multiplication by constants between 1 to 32

llvm-svn: 298497
llvm/test/CodeGen/X86/mul-constant-i16.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/mul-constant-i32.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/mul-constant-i64.ll [new file with mode: 0644]