Skip to content

Commit 8528c2f

Browse files
fix the CI test failure
1 parent 6135f14 commit 8528c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ std::string lookupBuiltinNameHelper(StringRef DemangledCall,
244244
"SDotKHR|SUDotKHR|SDotAccSatKHR|UDotAccSatKHR|SUDotAccSatKHR|"
245245
"ReadClockKHR|SubgroupBlockReadINTEL|SubgroupImageBlockReadINTEL|"
246246
"SubgroupImageMediaBlockReadINTEL|SubgroupImageMediaBlockWriteINTEL|"
247-
"Convert|Round"
247+
"Convert|Round|"
248248
"UConvert|SConvert|FConvert|SatConvert)[^_]*)(_R[^_]*_?(\\w+)?.*)?");
249249
std::smatch Match;
250250
if (std::regex_match(BuiltinName, Match, SpvWithR) && Match.size() > 1) {

0 commit comments

Comments
 (0)