Skip to content

Commit f9ea385

Browse files
author
mattarde
committed
add f32
1 parent 94564b7 commit f9ea385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,7 @@ bool X86LegalizerInfo::legalizeIsFPClass(MachineInstr &MI,
10861086

10871087
if (IsF80)
10881088
return expandFPClassTestForF80(MI, MRI, Helper);
1089+
return expandFPClassTestForF32OrF64(MI, MRI, Helper);
10891090
}
10901091

10911092
bool X86LegalizerInfo::legalizeIntrinsic(LegalizerHelper &Helper,

0 commit comments

Comments
 (0)