Also removed duplicate code from AMDGPUTargetAsmStreamer.
This change only change how amd_kernel_code_t is parsed and printed. No variable names are changed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
How much work would it be to support parsing the old names in addition to the new ones?
Comment Actions
It requires moderate work. Some changes would be required in how we parse amd_kernel_code_t but I belive basic principle can stay unchanged.
Comment Actions
I think it might be good to keep one test using the old names. Also, if it's possible, in the future it would be nice to add warnings when people use the old names, so that we can start to deprecate them.
Comment Actions
LGTM.
P.S. The original request for this:
https://github.com/RadeonOpenCompute/ROCm-ComputeABI-Doc/issues/6