diff options
author | Jim Lin <jim@andestech.com> | 2025-04-09 13:33:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-09 13:33:58 +0800 |
commit | d28b4d89166fb705577a2d3a329006f0c0e0aacc (patch) | |
tree | 8c2b1017163d8d645ef733d16532d47d9014240b /lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp | |
parent | fbc6241d3af45d74ac8e8d3728a57435aab1d5ec (diff) | |
download | llvm-d28b4d89166fb705577a2d3a329006f0c0e0aacc.zip llvm-d28b4d89166fb705577a2d3a329006f0c0e0aacc.tar.gz llvm-d28b4d89166fb705577a2d3a329006f0c0e0aacc.tar.bz2 |
[RISCV] Lower BUILD_VECTOR with i64 type to VID on RV32 if possible (#132339)
The element type i64 of the BUILD_VECTOR is not legal on RV32. It
doesn't catch the VID pattern after being legalized for i64.
So try to customized lower it to VID during type legalization.
Diffstat (limited to 'lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp')
0 files changed, 0 insertions, 0 deletions