Select G_FREEZE in the same way that COPY is selected.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-freeze.mir | ||
---|---|---|
8 | These are all VGPR cases; should also test AGPR, SGPR, and vcc cases |
Comment Actions
Add a few sgpr,agpr and vcc tests similar to ones from regbankselect-copy.mir. Original tests were from legalize-freeze.mir
Comment Actions
Remove tests with preassigned banks, use icmp to produce vcc freeze. Add liveins to functions that didn't have them.
These are all VGPR cases; should also test AGPR, SGPR, and vcc cases