Re: [Mesa-dev] [PATCH] R600: Expand SUB for v2i32/v4i32

2013-06-21 Thread Tom Stellard
On Wed, May 08, 2013 at 06:19:11PM -0500, Aaron Watry wrote: > Signed-off-by: Aaron Watry I'm afraid I overlooked this patch, sorry. Reviewed-by: Tom Stellard > --- > lib/Target/R600/R600ISelLowering.cpp |2 ++ > test/CodeGen/R600/sub.ll | 15 +++ > 2 files chang

[Mesa-dev] [PATCH] R600: Expand SUB for v2i32/v4i32

2013-05-08 Thread Aaron Watry
Signed-off-by: Aaron Watry --- lib/Target/R600/R600ISelLowering.cpp |2 ++ test/CodeGen/R600/sub.ll | 15 +++ 2 files changed, 17 insertions(+) create mode 100644 test/CodeGen/R600/sub.ll diff --git a/lib/Target/R600/R600ISelLowering.cpp b/lib/Target/R600/R600ISel