AMDGPU/GlobalISel: Remove outdated comment

This commit is contained in:
Matt Arsenault 2020-07-18 14:12:16 -04:00
parent 5cbd4e415e
commit 100564bdf8
1 changed files with 0 additions and 1 deletions

View File

@ -441,7 +441,6 @@ AMDGPULegalizerInfo::AMDGPULegalizerInfo(const GCNSubtarget &ST_,
.scalarize(0);
}
// FIXME: Not really legal. Placeholder for custom lowering.
getActionDefinitionsBuilder({G_SDIV, G_UDIV, G_SREM, G_UREM})
.customFor({S32, S64})
.clampScalar(0, S32, S64)