We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ea385 commit 10d8f3fCopy full SHA for 10d8f3f
llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
@@ -881,7 +881,6 @@ bool X86LegalizerInfo::expandFPClassTestForF32OrF64(
881
// In the general case use integer operations.
882
unsigned BitSize = SrcTy.getScalarSizeInBits();
883
LLT IntVT = LLT::scalar(BitSize);
884
- // MachineInstrBuilder OpAsInt = MIRBuilder.buildBitcast(IntVT, SrcReg);
885
MachineInstrBuilder OpAsInt = MIRBuilder.buildCopy(IntVT, SrcReg);
886
887
// Various Mask
0 commit comments