aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2024-02-07 14:58:02 +0000
committerDimitry Andric <dim@FreeBSD.org>2024-04-19 21:14:15 +0000
commitb9d9368bac6cf937f457507e98e875e56b1dd077 (patch)
treec27348c07b5d8c924d387539866ab64429cdcc63 /contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp
parent905954429d1f6ccebb287379b66e1b58051be889 (diff)
Diffstat (limited to 'contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp')
-rw-r--r--contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp1
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: