search for: 23mapping

Displaying 4 results from an estimated 4 matches for "23mapping".

2018 Mar 30
0
Mapping virtual registers to physical registers
...XIZwQeuBXTC3NRd9iLtHz1IZhXsFCNmIC7QGkD278pz90U42sWT96yrGQLpPfsfpg05TFLkE_BGipWpMwKeLCYUqii7-0V9sOqCdVrNOfjC3Ruk9eeyMyFZS5pjXRNSNFElfHytB77QRZC87cWwM8aULV5KlIMMkmasWMWav7pb5xQc8VgqrXKzD2DtrP8F80Uyc48XqNNjuzvmT7TK7cDvvzhGtUvS4WXZfr-70e3-6fpQa4k&u=https%3A%2F%2Fllvm.org%2Fdocs%2FCodeGenerator.html%23mapping-virtual-registers-to-physical-registers> still valid ? Are there other options to enforce the mapping of virtual registers to physical ones ? TIA, Dominique Torette. From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Dominique Torette via llvm-dev Sent: jeudi 29 mar...
2018 Mar 29
4
Mapping virtual registers to physical registers
Hi, In the context of MachineCode custom inserter, I'm trying to enforce the mapping of virtual register to a physical one. According to the documentation https://llvm.org/docs/CodeGenerator.html#mapping-virtual-registers-to-physical-registers There are two ways: the direct one and the indirect ones. The indirect ones refer VirtRegMap class that I've never found. So I tried the direct
2018 Apr 03
1
Mapping virtual registers to physical registers
...Jkau47BqHfowR2wmELfIzFjh_umT7Vkr9jI9c6qcXoXvYb > 5Kcvn9UXp5j4tOO58iozjnB9tHzCgUaZ6WKB8DV7xv6mS_2viUKUH6uVrHPT7rOBc6qTqL > KQGnXVlZbRYkPIMz4nXqAE_hx5OTnCQuchlvSGaegNVz_YFL-j9TwL6mwpTBgzOcmlem_T > fEo1SyMKgZDQ6UntyqHr_2Z1UA%3D%3D&u=https%3A%2F%2Fllvm.org%2Fdocs%2FCod > eGenerator.html%23mapping-virtual-registers-to-physical-registers > > There are two ways: the direct one and the indirect ones. The indirect > ones refer VirtRegMap class that I’ve never found. So I tried the > direct one… > > Mapping virtual registers to physical registers > > ^^^^^^^^^^^^^^^^^...
2018 Apr 02
0
Mapping virtual registers to physical registers
Hi Dominique, From your description it is not really clear what you are trying to do here. It may be the case that the goal you are trying to accomplish can be better reached using a different approach. In general, optimizations don't try to assign physical registers, that's done by the register allocation passes. There are some cases when target-specific passes use physical