diff options
author | Jim Lin <jim@andestech.com> | 2025-03-10 09:29:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 09:29:51 +0800 |
commit | f62ab334c6bc1f907e092c65a420abbbcf04fa9a (patch) | |
tree | 4e5090264bc2d20d8882497717e0aeb5b84b7ba3 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 69527b0013a090081118996cfd61a330c7f2ffce (diff) | |
download | llvm-f62ab334c6bc1f907e092c65a420abbbcf04fa9a.zip llvm-f62ab334c6bc1f907e092c65a420abbbcf04fa9a.tar.gz llvm-f62ab334c6bc1f907e092c65a420abbbcf04fa9a.tar.bz2 |
[RISCV] Fix incorrect mask of shuffle vector in the test. (NFC) (#130244)
The mask of shuffle vector should be <u, u, 4, 6, 8, 10, 12, 14>, not
<u, u, 4, 6, *6, 10, 12, 14> for steps of 2.
And the mask of suffle vector with an undef initial element has been
supported by https://github.com/llvm/llvm-project/pull/118509.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions