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 5c960b3 commit dfafbf2Copy full SHA for dfafbf2
visa/iga/IGALibrary/Backend/GED/Decoder.cpp
@@ -2144,6 +2144,7 @@ void Decoder::decodeOptions(Instruction *inst)
2144
}
2145
2146
2147
+
2148
if (os.supportsDepCtrl()) {
2149
GED_DEP_CTRL dpCtrl = GED_DEP_CTRL_Normal;
2150
GED_DECODE_RAW_TO(DepCtrl, dpCtrl);
visa/iga/IGALibrary/Backend/GED/Encoder.cpp
@@ -1874,6 +1874,7 @@ void Encoder::encodeOptions(const Instruction& inst)
1874
GED_ENCODE(ThreadCtrl, GED_THREAD_CTRL_Atomic);
1875
1876
1877
1878
if (inst.hasInstOpt(InstOpt::SWITCH) && m_model.supportsHwDeps())
1879
{
1880
if (inst.getOp() == Op::NOP) {
0 commit comments