diff options
author | Graham Hunter <graham.hunter@arm.com> | 2023-03-16 13:48:45 +0000 |
---|---|---|
committer | Graham Hunter <graham.hunter@arm.com> | 2023-03-17 16:19:33 +0000 |
commit | 9aa01c4e8917569a7557fe05b278fc0892c9b56a (patch) | |
tree | f0c7b37bc12c3a0176778f6c54b70d5f94391af9 /lldb/source/Commands/CommandObjectWatchpoint.cpp | |
parent | 807d397c751355ae02a89cb5178192752b832203 (diff) | |
download | llvm-9aa01c4e8917569a7557fe05b278fc0892c9b56a.zip llvm-9aa01c4e8917569a7557fe05b278fc0892c9b56a.tar.gz llvm-9aa01c4e8917569a7557fe05b278fc0892c9b56a.tar.bz2 |
[LV] Remove scalable constraints on creating bitcasts
InnerLoopVectorizer::createBitOrPointerCast only supported fixed
length vectors since it hadn't been updated. Supporting scalable
vectors is just a matter of changing types and using elementcount
instead of numelements, since there's nothing which actually relies
on knowing the exact length of the vector.
Original written by mgabka.
Split out from D145163.
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
0 files changed, 0 insertions, 0 deletions