Skip to content

Commit 608c8fa

Browse files
solve the grammar mistake
1 parent 5b4b793 commit 608c8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/SPIRV/SPIRVBuiltins.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,8 +1559,8 @@ foreach conv = ["FToBF16INTEL", "BF16ToFINTEL"] in {
15591559
}
15601560

15611561
// cl_intel_tensor_float32_conversions / SPV_INTEL_tensor_float32_conversion
1562-
// Multiclass used to define at the same time both a demangled builtin records
1563-
// and a corresponding convert builtin records.
1562+
// Multiclass used to define at the same time both a demangled builtin record
1563+
// and a corresponding convert builtin record.
15641564
multiclass DemangledTF32RoundBuiltin<string name1, string name2> {
15651565
// Create records for scalar and vector conversions.
15661566
foreach i = ["", "2", "3", "4", "8", "16"] in {

0 commit comments

Comments
 (0)