[all-commits] [llvm/llvm-project] b7a93b: [clang][Interp] Start implementing vector types
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Apr 10 01:45:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7a93bc1f230fe01f38f3648437cee74f339c5ac
https://github.com/llvm/llvm-project/commit/b7a93bc1f230fe01f38f3648437cee74f339c5ac
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/Context.cpp
M clang/lib/AST/Interp/EvalEmitter.cpp
M clang/lib/AST/Interp/Pointer.cpp
M clang/lib/AST/Interp/Program.cpp
A clang/test/AST/Interp/vectors.cpp
Log Message:
-----------
[clang][Interp] Start implementing vector types
Map them to primtive arrays, much like complex types.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list