summaryrefslogtreecommitdiffstats
path: root/test/Misc/target-invalid-cpu-note.c
diff options
context:
space:
mode:
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2018-02-27 21:48:05 +0000
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2018-02-27 21:48:05 +0000
commit0eb6dd76bf34ad3b27fe953afa499cd8f22fd750 (patch)
tree4e3400501de7b34e520836a4042f39a91b573a3c /test/Misc/target-invalid-cpu-note.c
parente273bc191647352cbd3acfbd58e40c733f3c655b (diff)
AMDGPU: Define FP_FAST_FMA{F} macros for amdgcn
- Expand GK_*s (i.e. GFX6 -> GFX600, GFX601, etc.) - This allows us to choose features correctly in some cases (for example, fast fmaf is available on gfx600, but not gfx601) - Move HasFMAF, HasFP64, HasLDEXPF to GPUInfo tables - Add HasFastFMA, HasFastFMAF to GPUInfo tables - Add missing tests git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Misc/target-invalid-cpu-note.c')
-rw-r--r--test/Misc/target-invalid-cpu-note.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Misc/target-invalid-cpu-note.c b/test/Misc/target-invalid-cpu-note.c
index 2c4a6f4c8c..6b98ac97af 100644
--- a/test/Misc/target-invalid-cpu-note.c
+++ b/test/Misc/target-invalid-cpu-note.c
@@ -42,7 +42,7 @@
// R600: note: valid target CPU values are: r600, rv630, rv635, r630, rs780,
// R600-SAME: rs880, rv610, rv620, rv670, rv710, rv730, rv740, rv770, cedar,
// R600-SAME: palm, cypress, hemlock, juniper, redwood, sumo, sumo2, barts,
-// R600-SAME: caicos, turks, aruba, cayman
+// R600-SAME: caicos, aruba, cayman, turks
// RUN: not %clang_cc1 -triple amdgcn--- -target-cpu not-a-cpu -fsyntax-only %s 2>&1 | FileCheck %s --check-prefix AMDGCN