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 cc3035f commit 2983995Copy full SHA for 2983995
lib/Backend/LowerMDShared.cpp
@@ -2707,6 +2707,7 @@ void LowererMD::GenerateFastCmXx(IR::Instr *instr)
2707
{
2708
// Fast path for float src when destination is not type specialized to int
2709
// Assign default value for destination in case either src is NaN
2710
+ Assert(dst->IsVar());
2711
if (isNegOpt)
2712
2713
opnd = this->m_lowerer->LoadLibraryValueOpnd(instr, LibraryValue::ValueTrue);
0 commit comments