mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
R600: Remove outdated comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224648 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
573b762b68
commit
a0fae51f11
@ -1070,10 +1070,6 @@ SDValue AMDGPUTargetLowering::CombineFMinMaxLegacy(SDLoc DL,
|
||||
break;
|
||||
case ISD::SETULE:
|
||||
case ISD::SETULT: {
|
||||
// Unordered.
|
||||
//
|
||||
// We will allow this before legalization since we expand unordered compares
|
||||
// ordinarily.
|
||||
if (LHS == True)
|
||||
return DAG.getNode(AMDGPUISD::FMIN_LEGACY, DL, VT, RHS, LHS);
|
||||
return DAG.getNode(AMDGPUISD::FMAX_LEGACY, DL, VT, LHS, RHS);
|
||||
|
Loading…
Reference in New Issue
Block a user