Displaying 3 results from an estimated 3 matches for "egenerator".
Did you mean:
generator
2018 Apr 03
1
Mapping virtual registers to physical registers
...mwxOwHxrg94ARv15Jkau47BqHfowR2wmELfIzFjh_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
...s helps,
-Krzysztof
On 3/29/2018 8:47 AM, Dominique Torette via llvm-dev wrote:
> 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
> one…
>
> Mapping virtual registers to physical registers
>
> ^^^^...
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 one...
Mapping virtual registers to physical registers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
There...