Allow parsing generated mir with custom address space tokens.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Isn't the point to stop using these meaningless names?
I don’t know, I just tried to stop and resume compilation with llc and it failed at these tokens.
What would the better way be?
Comment Actions
Implement AMDGPUPseudoSourceValue::printCustom? I see that is already done for AMDGPUGWSResourcePseudoSourceValue but not for the other kinds.
llvm/test/CodeGen/AMDGPU/custom-addrspace.mir | ||
---|---|---|
1 ↗ | (On Diff #317336) | These should have meaningful names. This should also go in test/CodeGen/MIR/AMDGPU and test round tripping |
llvm/test/CodeGen/MIR/AMDGPU/custom-addrspace.ll | ||
---|---|---|
3–4 ↗ | (On Diff #318184) | s/address spaces/pseudo source values/ |
Filename copy paste