[compiler-rt] [compiler-rt] Add SPIR-V target support for UBSan Minimal Runtime (PR #195979)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 19:48:11 PDT 2026


================
@@ -0,0 +1,45 @@
+#include "ubsan_minimal_common.h"
+
+using uint3 = unsigned __attribute__((ext_vector_type(3)));
----------------
jhuber6 wrote:

Why is all of this necessary?

https://github.com/llvm/llvm-project/pull/195979


More information about the llvm-commits mailing list