diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp b/contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp index 3cbe974ff314..20f324604aa5 100644 --- a/contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp +++ b/contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp @@ -294,6 +294,7 @@ void AMDGPU::fillAMDGPUFeatureMap(StringRef GPU, const Triple &T, Features["gfx12-insts"] = true; Features["atomic-fadd-rtn-insts"] = true; Features["image-insts"] = true; + Features["fp8-conversion-insts"] = true; break; case GK_GFX1151: case GK_GFX1150: |
