diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2014-05-16 20:56:37 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2014-05-16 20:56:37 +0000 |
commit | 725db5d2c8f6f09d7708e8bdcd51cca65ee7f763 (patch) | |
tree | 3f0dc9431f4677725e9ba1ee587f9759c7bc6e29 /llvm/lib | |
parent | e76eee46387649a5b8effc992314478f02a154bf (diff) | |
download | bcm5719-llvm-725db5d2c8f6f09d7708e8bdcd51cca65ee7f763.tar.gz bcm5719-llvm-725db5d2c8f6f09d7708e8bdcd51cca65ee7f763.zip |
R600/SI: Remove duplicate pattern
llvm-svn: 209023
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/R600/SIInstructions.td | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/R600/SIInstructions.td b/llvm/lib/Target/R600/SIInstructions.td index 0d23141aa5d..fab74d064f7 100644 --- a/llvm/lib/Target/R600/SIInstructions.td +++ b/llvm/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), |