[clang] [AArch64] Implement reinterpret builtins for SVE vector tuples (PR #69598)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 26 10:41:43 PDT 2023
================
@@ -263,17 +267,11 @@ class SVEEmitter {
// which is inconvenient to specify in the arm_sve.td file or
// generate in CGBuiltin.cpp.
struct ReinterpretTypeInfo {
+ SVEType BaseType;
const char *Suffix;
- const char *Type;
- const char *BuiltinType;
};
- SmallVector<ReinterpretTypeInfo, 12> Reinterprets = {
----------------
CarolineConcatto wrote:
Ok, fair enough.
I am not big fun of changes that are not related to the main goal of the patch, mainly because I am scare it will break something unrelated in the future.
But if you believe it is a good change, then ok.
https://github.com/llvm/llvm-project/pull/69598
More information about the cfe-commits
mailing list