Skip to content

Commit c8654ee

Browse files
Renamed intel extension to altera for extensions, capabilities and Instructions
1 parent 65fa8e5 commit c8654ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,8 @@ void addInstrRequirements(const MachineInstr &MI,
18951895
false);
18961896
Reqs.addExtension(
18971897
SPIRV::Extension::SPV_ALTERA_arbitrary_precision_floating_point);
1898-
Reqs.addCapability(SPIRV::Capability::ArbitraryPrecisionFloatingPointALTERA);
1898+
Reqs.addCapability(
1899+
SPIRV::Capability::ArbitraryPrecisionFloatingPointALTERA);
18991900
break;
19001901
}
19011902
case SPIRV::OpSubgroupMatrixMultiplyAccumulateINTEL: {

0 commit comments

Comments
 (0)