[all-commits] [llvm/llvm-project] 9c11e9: [Clang][RISCV] Fix upper bound of RISC-V V type in...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Sun Dec 19 22:30:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c11e952868342dfbf0efedd246dac6191ee98d7
https://github.com/llvm/llvm-project/commit/9c11e952868342dfbf0efedd246dac6191ee98d7
Author: jacquesguan <jacquesguan at me.com>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/CodeGen/RISCV/riscv-v-debuginfo.c
Log Message:
-----------
[Clang][RISCV] Fix upper bound of RISC-V V type in debug info
The UpperBound of RVV type in debug info should be elements count minus one,
as the LowerBound start from zero.
Reviewed By: HsiangKai
Differential Revision: https://reviews.llvm.org/D115430
More information about the All-commits
mailing list