Skip to content

Commit 555e5fd

Browse files
committed
remove unnecessary dag pattern for v2f32 build_vector
1 parent 39307de commit 555e5fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/NVPTX/NVPTXInstrInfo.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3439,8 +3439,6 @@ def : Pat<(v2bf16 (build_vector bf16:$a, bf16:$b)),
34393439
(V2I16toI32 $a, $b)>;
34403440
def : Pat<(v2i16 (build_vector i16:$a, i16:$b)),
34413441
(V2I16toI32 $a, $b)>;
3442-
def : Pat<(v2f32 (build_vector f32:$a, f32:$b)),
3443-
(V2F32toI64 $a, $b)>;
34443442
def : Pat<(i64 (build_pair (i32 (bitconvert f32:$a)),
34453443
(i32 (bitconvert f32:$b)))),
34463444
(V2F32toI64 $a, $b)>;

0 commit comments

Comments
 (0)