diff options
author | Brandon Wu <songwu0813@gmail.com> | 2025-07-08 21:14:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-08 21:14:40 -0700 |
commit | 6ee375147b0b70cd44d06b83dc366c5862599280 (patch) | |
tree | 1aeb16ce8ac65afe97dfaedd44a46fec379a0783 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | d14062ee7a5b1c97f2a1d98f52c7a9d178cbceff (diff) | |
download | llvm-6ee375147b0b70cd44d06b83dc366c5862599280.zip llvm-6ee375147b0b70cd44d06b83dc366c5862599280.tar.gz llvm-6ee375147b0b70cd44d06b83dc366c5862599280.tar.bz2 |
[RISCV] Correct type lowering of struct of fixed-vector array in VLS (#147173)
Currently, struct of fixed-vector array is flattened and lowered to
scalable vector. However only struct of 1-element-fixed-vector array
should be lowered that way, struct of fixed-vector array of length >1
should be lowered to vector tuple type.
https://github.com/riscv-non-isa/riscv-elf-psabi-doc/pull/418/files#diff-3a934f00cffdb3e509722753126a2cf6082a7648ab3b9ca8cbb0e84f8a6a12edR555-R558
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions