Skip to content

Commit e7796c3

Browse files
committed
set proxyreg for v2f32 = bitcast i64
1 parent c1f3a38 commit e7796c3

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
@@ -2556,6 +2556,8 @@ foreach vt = [v2f16, v2bf16, v2i16, v4i8] in {
25562556
def: Pat<(vt (ProxyReg vt:$src)), (ProxyRegI32 $src)>;
25572557
}
25582558

2559+
def: Pat<(v2f32 (bitconvert i64:$src)), (ProxyRegI64 $src)>;
2560+
25592561
//
25602562
// Load / Store Handling
25612563
//

0 commit comments

Comments
 (0)