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