[all-commits] [llvm/llvm-project] 3ab9d4: [RISCV] Reduce alignment for __attribute__((riscv_...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jun 16 16:41:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ab9d4f479aa3deb63500b7dba55c9d6715208b6
https://github.com/llvm/llvm-project/commit/3ab9d4f479aa3deb63500b7dba55c9d6715208b6
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M clang/lib/AST/ASTContext.cpp
M clang/test/CodeGen/attr-riscv-rvv-vector-bits-types.c
M clang/test/Sema/attr-riscv-rvv-vector-bits.c
Log Message:
-----------
[RISCV] Reduce alignment for __attribute__((riscv_rvv_vector_bits)) for LMUL<1 types.
Don't use an alignment larger than the vector size.
More information about the All-commits
mailing list