Try to increase opportunities to shrink vcc uses.
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/AMDGPUMacroFusion.cpp | ||
---|---|---|
34 | This might be shorter and easier to read. Just a suggestion. if (opcode == AMDGPU::V_ADDC_U32_e64 || ... || ) { ... return FirstMI->... } |
This might be shorter and easier to read. Just a suggestion.
if (opcode == AMDGPU::V_ADDC_U32_e64 || ... || ) {
}
return false;