Displaying 1 result from an estimated 1 matches for "avrinstructionselector".
Did you mean:
arminstructionselector
2017 Dec 20
6
[GlobalISel] gen-global-isel failed to work
...RegisterInfo.h. AArch64 includes its AArch64RegisterInfo.h in
>>>> AArch64InstructionSelector.cpp but it seems that ARM gets it indirectly when
>>>> it includes ARMSubtarget.h. It looks like you need to add '#include
>>>> "AVRRegisterInfo.h"' to AVRInstructionSelector.h.
>>>>
>>>> Hope that helps
>>>
>>> Still failed to work :(
>>> https://github.com/xiangzhai/llvm/commit/1fc76db7f6fda156d2d0a2bafa6d8ea4c43a7e40
>>> It must be my stupid bug... I need to read the Resources more carefully!
>>> ht...