]> granicus.if.org Git - llvm/commit
[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)
commitf7a3695ab5a423f60be530950b8a2a8d6f372b05
tree34d9d5579d7ede862c9ce970422a31116afb2264
parentef253e2f6e2197fec9b70b1f21f58fe8e7222ba3
[X86] Add multiply by constant tests (PR28513)

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298497 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/mul-constant-i16.ll [new file with mode: 0644]
test/CodeGen/X86/mul-constant-i32.ll [new file with mode: 0644]
test/CodeGen/X86/mul-constant-i64.ll [new file with mode: 0644]