File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -3362,15 +3362,6 @@ class KernelParser : GenParser
3362
3362
auto loc = m_srcLocs[1 ].isValid () ? m_srcLocs[1 ] : m_mnemonicLoc;
3363
3363
FailAtT (loc, " send with ExBSO option should have "
3364
3364
" Src1.Length suffixing parameter (e.g. r10:4)" );
3365
- // //////////////////////////
3366
- // else if:
3367
- // platform() >= Platform::XE_HPG
3368
- // m_builder.getExDesc().isImm() &&
3369
- // src1LengthSuffixSet
3370
- // GOOD: send ... r10:2 IMM ... {}
3371
- // GOOD: send ... r10 a0.# ... {}
3372
- // this is already checked in ExDesc parser
3373
- //
3374
3365
} else if (instOpts.contains (InstOpt::EXBSO) &&
3375
3366
m_builder.getExDesc ().isImm ())
3376
3367
{
Original file line number Diff line number Diff line change @@ -251,9 +251,9 @@ namespace iga
251
251
NOSRCDEPSET,
252
252
SWITCH,
253
253
SERIALIZE,
254
- EXBSO, // XE_HP to XE_HPC extended bindless surface offset
254
+ EXBSO, // XE_HP extended bindless surface offset
255
255
// implies CPS and Src1.Length come from EU encoding, not
256
- CPS, // XE_HP to XE_HPC coarse pixel shading
256
+ CPS, // XE_HP coarse pixel shading
257
257
};
258
258
} // namespace iga
259
259
#endif
You can’t perform that action at this time.
0 commit comments