search for: shaveinstr

Displaying 2 results from an estimated 2 matches for "shaveinstr".

Did you mean: shave_instr
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
...cle 5. Rewriting this to the 'MISched' model is quite daunting and not something that we can quickly achieve. All our instructions use the form: let Itinerary = blah { instruction definitions } The instruction definitions derive from 'Instruction' along the lines of: class SHAVEInstr<args> : Instruction { ... } but don't have 'Sched<[...]>' as a superclass (should they?). MartinO -----Original Message----- From: Tim Northover [mailto:t.p.northover at gmail.com] Sent: 08 March 2016 15:25 To: Martin J. O'Riordan <Martin.ORiordan at movidius....