Skip to content

Commit 92f96f7

Browse files
committed
Add s64 to all scalars.
1 parent d8aa9c9 commit 92f96f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ SPIRVLegalizerInfo::SPIRVLegalizerInfo(const SPIRVSubtarget &ST) {
113113
v3s1, v3s8, v3s16, v3s32, v3s64,
114114
v4s1, v4s8, v4s16, v4s32, v4s64};
115115

116-
auto allScalars = {s1, s8, s16, s32};
116+
auto allScalars = {s1, s8, s16, s32, s64};
117117

118118
auto allScalarsAndVectors = {
119119
s1, s8, s16, s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64,

0 commit comments

Comments
 (0)