[LLVMdev] Proposal: function prefix data

Jevin Sweval jevinsweval at gmail.com
Thu Jul 18 12:55:40 PDT 2013


On Thu, Jul 18, 2013 at 3:23 PM, Tyler Hardin
<tghardin1 at catamount.wcu.edu> wrote:
> As much as I like this idea for it's use in languages with type systems like
> Haskell and Scheme, this proposal would limit LLVM to non-Harvard
> architectures. That's generally a really small minority of all processors,
> but it would mean there could never be a clang-avr.

Are there any Harvard architectures that clang supports that doesn't
provide instructions to read program memory? AVR has the LPM
instruction.

Cheers,
Jevin



More information about the llvm-dev mailing list