R600: Expand MUL for v4i32/v2i32
authorTom Stellard <thomas.stellard@amd.com>
Fri, 10 May 2013 02:09:34 +0000 (02:09 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 10 May 2013 02:09:34 +0000 (02:09 +0000)
commit6c40d40d709d987dd2674a7c44dcd4c53a80fc23
treea6bf6f6b973717287fc7cdbc70b9f0b3ab7c2899
parent4fca5c1440a9310045a9bc1e1c778a1c7eca864e
R600: Expand MUL for v4i32/v2i32

Fixes piglit test for OpenCL builtin mul24, and allows mad24 to run.

Patch by: Aaron Watry

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Signed-off-by: Aaron Watry <awatry@gmail.com>
NOTE: This is a candidate for the 3.3 branch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181578 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600ISelLowering.cpp
test/CodeGen/R600/mul.ll [new file with mode: 0644]