[x86] add tests for 8-bit multiply with constant; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 20 Nov 2018 19:45:53 +0000 (19:45 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 20 Nov 2018 19:45:53 +0000 (19:45 +0000)
commitfa78c228a38bba8a7d2120844e3676311f94ff77
tree7249caf4ccef9d5c2cb89b79dcc7ad28dc1938be
parent4791a668f573a71da97e82882fbcecade7533d42
[x86] add tests for 8-bit multiply with constant; NFC

This is based on the existing file for 16-bit. We also already have 32-bit and 64-bit variants.

llvm-svn: 347341
llvm/test/CodeGen/X86/mul-constant-i8.ll [new file with mode: 0644]