summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-05-16 20:56:37 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-05-16 20:56:37 +0000
commit03b96200c63d37f434dae3a85eee8944eaecf91b (patch)
tree5175c1adb2a7979e495c96add387e5de1b729641 /lib
parent1ce308866915c9eab78486066d28d2107b7fede2 (diff)
downloadllvm-03b96200c63d37f434dae3a85eee8944eaecf91b.tar.gz
llvm-03b96200c63d37f434dae3a85eee8944eaecf91b.tar.bz2
llvm-03b96200c63d37f434dae3a85eee8944eaecf91b.tar.xz
R600/SI: Remove duplicate pattern
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/R600/SIInstructions.td5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIInstructions.td
index 0d23141aa5..fab74d064f 100644
--- a/lib/Target/R600/SIInstructions.td
+++ b/lib/Target/R600/SIInstructions.td
@@ -1127,11 +1127,6 @@ def : Pat <
(V_CNDMASK_B32_e64 $src0, $src1, $src2)
>;
-def : Pat <
- (i32 (trunc i64:$val)),
- (EXTRACT_SUBREG $val, sub0)
->;
-
def V_READLANE_B32 : VOP2 <
0x00000001,
(outs SReg_32:$vdst),