[Lldb-commits] [lldb] [lldb][NFC] Architecture plugins should report the vector element order (PR #157198)
Daniel Sanders via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 8 11:07:41 PDT 2025
dsandersllvm wrote:
> > Some targets like PowerPC store their
>
> Is there some text missing here?
Oops, fixed it.
> Do we know what vector extension s390x/SystemZ has and what order it uses?
I don't know but I've found https://github.com/bytecodealliance/wasmtime/issues/4566 so @uweigand might be able to confirm. The first section seems to be describing the ARM/MIPS behaviour where the element order in the ISA remains the same regardless of the endianness of the elements themselves . I don't see any of the required shuffling bitcasts in lib/Target/SystemZ for that behaviour though. That thread goes on to mention implementing all four combinations so it might be configurable
https://github.com/llvm/llvm-project/pull/157198
More information about the lldb-commits
mailing list