Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Shouldn't AMDGPUInstPrinter::printU8ImmOperand (and perhaps AMDGPUInstPrinter::printU32ImmOperand) be removed as well?
Comment Actions
Shouldn't AMDGPUInstPrinter::printU8ImmOperand (and perhaps AMDGPUInstPrinter::printU32ImmOperand) be removed as well?
Of course! printU32ImmOperand() helps other functions and has to stay. Thanks.