[llvm-dev] Hexagon and choosing of slots

Krzysztof Parzyszek via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 23 11:07:15 PST 2015


On 11/23/2015 1:02 PM, Krzysztof Parzyszek via llvm-dev wrote:
> [...] but
>    addr:    slot1
>    addr+4:  slot0
> is not.
>

Error. ^This one is actually ok, I meant:

addr:   slot0
addr+4: slot1

The hardware will verify that a given instruction may actually execute 
in a given slot, and if not, it will generate an exception.

-Krzysztof

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation


More information about the llvm-dev mailing list