Displaying 2 results from an estimated 2 matches for "r262384".
Did you mean:
r261384
2016 Mar 08
2
Head revision #262824 - breaks Movidius Out-of-Tree target
Hi LLVM-Dev,
I have just integrated the changes from top-of-tree at SVN #262824
(yesterday) having been previously at #262217 (a week ago).
I am getting the following error for every instruction:
CUSTOMBUILD : error : No schedule information for instruction 'FOOBAR'
What has changed that would cause this and how can I fix it in my target?
Thanks,
MartinO
2016 Mar 08
2
Head at revision #262824 - breaks Movidius Out-of-Tree target
...bject: Re: [llvm-dev] Head revision #262824 - breaks Movidius Out-of-Tree target
Hi Martin,
On 8 March 2016 at 07:15, Martin J. O'Riordan via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> CUSTOMBUILD : error : No schedule information for instruction 'FOOBAR'
I think this is r262384, which turns an incomplete scheduling model into an error. The commit message gives some suggestions for fixing it.
Cheers.
Tim.