Skip to content

Commit 62b02fc

Browse files
committed
ProxyReg v2f32 -> ProxyRegI64
1 parent afa467b commit 62b02fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/NVPTX/NVPTXInstrInfo.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,6 +2578,8 @@ foreach vt = [v2f16, v2bf16, v2i16, v4i8] in {
25782578
def: Pat<(vt (ProxyReg vt:$src)), (ProxyRegI32 $src)>;
25792579
}
25802580

2581+
def: Pat<(v2f32 (ProxyReg v2f32:$src)), (ProxyRegI64 $src)>;
2582+
25812583
def: Pat<(v2f32 (bitconvert i64:$src)), (ProxyRegI64 $src)>;
25822584

25832585
//

0 commit comments

Comments
 (0)