R600/SI: Fix B64 VALU shifts on VI
[oota-llvm.git] / lib / Target / R600 / SIInstrInfo.td
index 3159f9fbc3dd27c2505776a5c6686f9b0bbf6403..0b0e47a1a9d8094535ee61c21ac55e841f9fe94c 100644 (file)
@@ -802,6 +802,7 @@ def VOP_I1_F64_I32 : VOPProfile <[i1, f64, i32, untyped]> {
 }
 
 def VOP_I64_I64_I32 : VOPProfile <[i64, i64, i32, untyped]>;
+def VOP_I64_I32_I64 : VOPProfile <[i64, i32, i64, untyped]>;
 def VOP_I64_I64_I64 : VOPProfile <[i64, i64, i64, untyped]>;
 
 def VOP_F32_F32_F32_F32 : VOPProfile <[f32, f32, f32, f32]>;