Displaying 2 results from an estimated 2 matches for "7ae0f0a2".
2009 Jul 21
0
[LLVMdev] LLVM and Interrupt Service Routines.
...ch codegen and optimizer can use
> accordingly. ISRs aren't called explicity from any function, so
> currently the optimizer deletes them.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090721/7ae0f0a2/attachment.html>
2009 Jul 21
7
[LLVMdev] LLVM and Interrupt Service Routines.
Hi,
Apparently, there is no explicit support for ISRs in the llvm framework. I could not find a matching attribute that can be used to mark a function as an ISR, which codegen and optimizer can use accordingly. ISRs aren't called explicity from any function, so currently the optimizer deletes them. We are planning to introduce a new "interrupt" attribute (to be modeled similiar to