[clang] [Clang] make SVE types known to device targets too (PR #99446)

2024-07-18 Thread Emanuele Rocca via cfe-commits
https://github.com/ema updated https://github.com/llvm/llvm-project/pull/99446 >From 3c11c7fb055c114084577fb51fb87f928a0cc31c Mon Sep 17 00:00:00 2001 From: Emanuele Rocca Date: Wed, 17 Jul 2024 16:03:27 +0200 Subject: [PATCH] [Clang] make SVE types known to device targets too For the purpose o

[clang] [Clang] make SVE types known to device targets too (PR #99446)

2024-07-18 Thread Emanuele Rocca via cfe-commits
https://github.com/ema created https://github.com/llvm/llvm-project/pull/99446 For the purpose of preprocessing and declarations in header files, ensure clang accepts SVE types for both device and host targets. >From 2f7b2bbd9d2db29534dc354cfa9ada5c29c26b3f Mon Sep 17 00:00:00 2001 From: Emanue