[llvm-dev] Hexagon and choosing of slots

Krzysztof Parzyszek via llvm-dev llvm-dev at lists.llvm.org
Tue Nov 24 12:16:47 PST 2015


On 11/24/2015 2:06 PM, Rail Shafigulin wrote:
>
> Would you mind pointing me to the source code where actual shuffling
> occurs. I looked through lib/Target/Hexagon but was not able to find it.
> Is shuffling now part of a core code?

The actual slot assignment is implemented here:
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp

Here is a wrapper class used in MC:
lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp

-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