r211632 - Forgot to add file in r211631

Matt Arsenault Matthew.Arsenault at amd.com
Tue Jun 24 13:58:46 PDT 2014


Author: arsenm
Date: Tue Jun 24 15:58:46 2014
New Revision: 211632

URL: http://llvm.org/viewvc/llvm-project?rev=211632&view=rev
Log:
Forgot to add file in r211631

Added:
    cfe/trunk/include/clang/Basic/BuiltinsR600.def

Added: cfe/trunk/include/clang/Basic/BuiltinsR600.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/BuiltinsR600.def?rev=211632&view=auto
==============================================================================
--- cfe/trunk/include/clang/Basic/BuiltinsR600.def (added)
+++ cfe/trunk/include/clang/Basic/BuiltinsR600.def Tue Jun 24 15:58:46 2014
@@ -0,0 +1,20 @@
+//==- BuiltinsR600.def - R600 Builtin function database ----------*- C++ -*-==//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file defines the R600-specific builtin function database. Users of this
+// file must define the BUILTIN macro to make use of this information.
+//
+//===----------------------------------------------------------------------===//
+
+// The format of this database matches clang/Basic/Builtins.def.
+
+BUILTIN(__builtin_amdgpu_div_scale, "dddbb*", "n")
+BUILTIN(__builtin_amdgpu_div_scalef, "fffbb*", "n")
+
+#undef BUILTIN





More information about the cfe-commits mailing list