================ @@ -0,0 +1,38 @@ +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#if __CLC_VECSIZE_OR_1 == 1 +#define __CLC_RETTYPE __CLC_INTN +#else +#define __CLC_RETTYPE __CLC_S_GENTYPE +#endif + +#if __CLC_FPSIZE == 32 +#define __CLC_SIGNBIT_MASK SIGNBIT_SP32 ---------------- arsenm wrote:
Can also do the cast and shift like the canonical IR https://github.com/llvm/llvm-project/pull/199497 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
