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

2013-05-08 Thread Aaron Watry
Signed-off-by: Aaron Watry awa...@gmail.com v2: Add v4i32 test --- lib/Target/R600/R600ISelLowering.cpp |2 ++ test/CodeGen/R600/sra.ll | 13 + 2 files changed, 15 insertions(+) create mode 100644 test/CodeGen/R600/sra.ll diff --git

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

2013-05-06 Thread Aaron Watry
Signed-off-by: Aaron Watry awa...@gmail.com --- lib/Target/R600/R600ISelLowering.cpp |2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Target/R600/R600ISelLowering.cpp b/lib/Target/R600/R600ISelLowering.cpp index 6dec4d1..ac56ed8 100644 --- a/lib/Target/R600/R600ISelLowering.cpp +++