[all-commits] [llvm/llvm-project] aae30f: [RISCV] Use Align(8) for the stack temporary creat...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Nov 9 20:43:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aae30f9e2c25e2a4bada91a290c9beb530a75571
https://github.com/llvm/llvm-project/commit/aae30f9e2c25e2a4bada91a290c9beb530a75571
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/test/CodeGen/RISCV/intrinsic-cttz-elts-vscale.ll
Log Message:
-----------
[RISCV] Use Align(8) for the stack temporary created for SPLAT_VECTOR_SPLIT_I64_VL.
The value needs to be read as an 8 byte vector element which requires
the pointer to be 8 byte aligned according to the vector spec.
Fixes #71787
More information about the All-commits
mailing list