[llvm] r209023 - R600/SI: Remove duplicate pattern

Tom Stellard thomas.stellard at amd.com
Fri May 16 13:56:37 PDT 2014


Author: tstellar
Date: Fri May 16 15:56:37 2014
New Revision: 209023

URL: http://llvm.org/viewvc/llvm-project?rev=209023&view=rev
Log:
R600/SI: Remove duplicate pattern

Modified:
    llvm/trunk/lib/Target/R600/SIInstructions.td

Modified: llvm/trunk/lib/Target/R600/SIInstructions.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIInstructions.td?rev=209023&r1=209022&r2=209023&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstructions.td (original)
+++ llvm/trunk/lib/Target/R600/SIInstructions.td Fri May 16 15:56:37 2014
@@ -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),





More information about the llvm-commits mailing list