Note a normal select test is not currently possible because this
relies on input registers tracked in SIMachineFunctionInfo which are
not currently serializable in MIR, but this does work end-to-end
from the IR.
Details
Details
- Reviewers
tstellar
Diff Detail
Diff Detail
Event Timeline
| test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.kernarg.segment.ptr.mir | ||
|---|---|---|
| 4 | What information is missing? | |
| test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.kernarg.segment.ptr.mir | ||
|---|---|---|
| 4 | The registers used for input arguments are computed during argument lowering and stored in SIMachineFunctionInfo, which isn't serialized in MIR currently | |
What information is missing?