[all-commits] [llvm/llvm-project] d59163: [CIR] Upstream initial support for fixed size Vect...
Amr Hesham via All-commits
all-commits at lists.llvm.org
Sat Apr 26 07:12:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d59163092dfa7ec94391121ffdcb7b9b0e58f3b4
https://github.com/llvm/llvm-project/commit/d59163092dfa7ec94391121ffdcb7b9b0e58f3b4
Author: Amr Hesham <amr96 at programmer.net>
Date: 2025-04-26 (Sat, 26 Apr 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/lib/CIR/CodeGen/CIRGenBuilder.h
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
A clang/test/CIR/CodeGen/vector-ext.cpp
A clang/test/CIR/CodeGen/vector.cpp
A clang/test/CIR/IR/invalid-vector-zero-size.cir
A clang/test/CIR/IR/invalid-vector.cir
A clang/test/CIR/IR/vector.cir
Log Message:
-----------
[CIR] Upstream initial support for fixed size VectorType (#136488)
This change adds the initial support for VectorType
Issue #136487
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