I need to do some analysis, in which I have to selectively convert IFs. I am trying to find a way to call this optimization pass from the JIT code, thus I can decide which branches to convert and which to keep. Apparently I cannot do this using a pass manager. -- View this message in context: http://llvm.1065342.n5.nabble.com/Machine-level-IfConversion-for-ARM-tp69513p69622.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
I was wondering if there are plans to support the stackmap/patchmap intrinsics for Linux/ELF? I saw that there were corresponding patches posted earlier but as far as I can tell they haven't made it in yet. Robin -- Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org/robin
I don't believe the changes have made it in yet. In addition to the previous patch set, we've got an independent implementation we've been using for a while: https://github.com/AzulSystems/llvm-late-safepoint-placement We really should get one or the other merged in tree. Could you point me to the previous patch set so I can ping it and review? Philip -------- Original Message -------- Subject: [LLVMdev] Stackmaps for ELF? Date: Wed, 18 Jun 2014 16:55:38 -0700 From: Robin Sommer <robin at icir.org> To: llvmdev at cs.uiuc.edu I was wondering if there are plans to support the stackmap/patchmap intrinsics for Linux/ELF? I saw that there were corresponding patches posted earlier but as far as I can tell they haven't made it in yet. Robin -- Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org/robin _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140620/4ef4a12e/attachment.html>