This is an archive of the discontinued LLVM Phabricator instance.

[Clang][RISCV] Fix upper bound of RISC-V V type in debug info
ClosedPublic

Authored by Luhaocong on Dec 9 2021, 12:30 AM.

Details

Summary

The UpperBound of RVV type in debug info should be elements count minus one,
as the LowerBound start from zero.

Diff Detail

Unit TestsFailed

Event Timeline

Luhaocong created this revision.Dec 9 2021, 12:30 AM
Luhaocong requested review of this revision.Dec 9 2021, 12:30 AM
Luhaocong retitled this revision from [RISCV] Fix upper bound of RISC-V V type in debug info to [Clang][RISCV] Fix upper bound of RISC-V V type in debug info.Dec 12 2021, 5:18 PM
Luhaocong added a reviewer: HsiangKai.

Could you re-upload diff with full context? You can create that via git format-patch -1 -U9999999 or git diff -U999999 > mypatch.patch.

[1] https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface

Luhaocong updated this revision to Diff 393788.Dec 12 2021, 6:19 PM

re-upload with full context

ping. Hi everyone, can you please help me review?

This revision is now accepted and ready to land.Dec 19 2021, 8:32 PM
This revision was landed with ongoing or failed builds.Dec 19 2021, 10:31 PM
This revision was automatically updated to reflect the committed changes.

Sorry, I should use --author="Luhaocong <Haocong.Lu@streamcomputing.com>" in my git command, and I will pay attention next time to land revision that created by other one.