[llvm-dev] accessing subwords in memory

Preston Briggs via llvm-dev llvm-dev at lists.llvm.org
Tue Jun 26 12:06:51 PDT 2018


I'm targeting a machine that can only load and store aligned 64-bit words,
but I'd like to be able to pack 8-, 16-, and 32-bit values into these words.
Loads will require various shifts and masks; stores are more complicated.
Does LLVM provide any support for such things?
Is there an example target I can look at for ideas?

Thanks,
Preston
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180626/21ce8947/attachment.html>


More information about the llvm-dev mailing list