1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

GlobalISel: Update documentation

This commit is contained in:
Matt Arsenault 2021-05-05 13:55:24 -04:00
parent 023dfd971c
commit 2e74ccd44a

View File

@ -66,8 +66,8 @@ Aggregates
worked much in this part of the codebase and it should have attention from worked much in this part of the codebase and it should have attention from
someone more knowledgeable about it. someone more knowledgeable about it.
Aggregates are lowered to a single scalar vreg. Aggregates are lowered into multiple virtual registers, similar to
This differs from SelectionDAG's multiple vregs via ``GetValueVTs``. SelectionDAG's multiple vregs via ``GetValueVTs``.
``TODO``: ``TODO``:
As some of the bits are undef (padding), we should consider augmenting the As some of the bits are undef (padding), we should consider augmenting the