sangsup lee via llvm-dev
2018-Aug-21 05:47 UTC
[llvm-dev] Is it possible to make unmaped register for special purpose?
Dear All, I want to set register which is not used in nowhere for special purpose. (like FS segment register..) I think there is two methods but not sure. 1. Make extra "Real Registers". If that is possible. Custom Machine Register won't used. because there is no rule for this register in backend. 2. Make set one register to unmaped in backend code. it make lock one register while running backend logic. Is it possible methods? if that, Let me know how can i make it. Many thanks for any response. Thanks in advance, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180821/5461a545/attachment.html>