[clang] [Clang] Remove 3-element vector load and store special handling (PR #104661)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 21:04:49 PST 2025
================
@@ -1,77 +0,0 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - -triple spir-unknown-unknown -fpreserve-vec3-type | FileCheck %s
-
-typedef char char3 __attribute__((ext_vector_type(3)));
----------------
arsenm wrote:
I'm not sure we have adequate coverage of the 3 element vector types elsewhere. You could remove the flag
https://github.com/llvm/llvm-project/pull/104661
More information about the cfe-commits
mailing list