Skip to content

Commit 6a97026

Browse files
Renamed Intel arbitrary floating point extensions, capaility and instructions to Altera
1 parent 50365ff commit 6a97026

File tree

3 files changed

+2
-115
lines changed

3 files changed

+2
-115
lines changed

llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,7 @@ defm SPV_INTEL_predicated_io : ExtensionOperand<127, [EnvOpenCL]>;
389389
defm SPV_KHR_maximal_reconvergence : ExtensionOperand<128, [EnvVulkan]>;
390390
defm SPV_INTEL_bfloat16_arithmetic
391391
: ExtensionOperand<129, [EnvVulkan, EnvOpenCL]>;
392-
defm SPV_ALTERA_arbitrary_precision_floating_point: ExtensionOperand<130>;
393-
392+
defm SPV_ALTERA_arbitrary_precision_floating_point: ExtensionOperand<130, [EnvOpenCL]>;
394393
//===----------------------------------------------------------------------===//
395394
// Multiclass used to define Capabilities enum values and at the same time
396395
// SymbolicOperand entries with string mnemonics, versioning, extensions, and
@@ -613,7 +612,7 @@ defm BFloat16TypeKHR : CapabilityOperand<5116, 0, 0, [SPV_KHR_bfloat16], []>;
613612
defm BFloat16DotProductKHR : CapabilityOperand<5117, 0, 0, [SPV_KHR_bfloat16], [BFloat16TypeKHR]>;
614613
defm BFloat16CooperativeMatrixKHR : CapabilityOperand<5118, 0, 0, [SPV_KHR_bfloat16], [BFloat16TypeKHR, CooperativeMatrixKHR]>;
615614
defm BlockingPipesALTERA : CapabilityOperand<5945, 0, 0, [SPV_ALTERA_blocking_pipes], []>;
616-
defm ArbitraryPrecisionFloatingPointINTEL : CapabilityOperand<5845, 0, 0,[SPV_INTEL_arbitrary_precision_floating_point], []>;
615+
defm ArbitraryPrecisionFloatingPointALTERA : CapabilityOperand<5845, 0, 0,[SPV_ALTERA_arbitrary_precision_floating_point], []>;
617616

618617
//===----------------------------------------------------------------------===//
619618
// Multiclass used to define SourceLanguage enum values and at the same time

llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/a.ll

Lines changed: 0 additions & 76 deletions
This file was deleted.

llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/summa.ll

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)