Displaying 2 results from an estimated 2 matches for "8b6ee4c9".
Did you mean:
8b6ee0c7
2016 May 26
1
Stack maps on AArch64
...raduate Research Assistant, Systems Software Research Group
>
>
>
--
Rob Lyerly
Graduate Research Assistant, Systems Software Research Group
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160526/8b6ee4c9/attachment.html>
2016 May 26
2
Stack maps on AArch64
Hi everyone,
I'm using LLVM's stack map intrinsic to store value location information.
I've got a pass that automatically inserts the "llvm.experimental.stackmap"
intrinsic into the IR. On x86-64, an ".llvm_stackmaps" section is
successfully emitted (I can see the section & its contents in the generated
assembly). However I can't get the AArch64 backend