Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp | ||
|---|---|---|
| 323 | Is the lower() still necessary? | |
| lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp | ||
|---|---|---|
| 323 | I can lowercase all registers in td, then it will be not necessary. | |
| lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp | ||
|---|---|---|
| 323 | I thought the new generated names were lowercase already | |
| lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp | ||
|---|---|---|
| 323 | Not really, but I have updated the patch. | |
Is the lower() still necessary?