forked from OSchip/llvm-project
R600/SI: Remove redundant patterns
These patterns are already handled in the instruction definition. llvm-svn: 209979
This commit is contained in:
parent
e03e9e15f2
commit
b9e1eec363
|
@ -2392,20 +2392,6 @@ defm : SI_INDIRECT_Pattern <v4i32, i32, SI_INDIRECT_DST_V4>;
|
|||
defm : SI_INDIRECT_Pattern <v8i32, i32, SI_INDIRECT_DST_V8>;
|
||||
defm : SI_INDIRECT_Pattern <v16i32, i32, SI_INDIRECT_DST_V16>;
|
||||
|
||||
/********** =============== **********/
|
||||
/********** Conditions **********/
|
||||
/********** =============== **********/
|
||||
|
||||
def : Pat<
|
||||
(i1 (setcc f32:$src0, f32:$src1, SETO)),
|
||||
(V_CMP_O_F32_e64 $src0, $src1)
|
||||
>;
|
||||
|
||||
def : Pat<
|
||||
(i1 (setcc f32:$src0, f32:$src1, SETUO)),
|
||||
(V_CMP_U_F32_e64 $src0, $src1)
|
||||
>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Conversion Patterns
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue