Allow lgkmcnt up to 0xF (hardware allows that).
Fix mask for ExpCnt in AMDGPUInstPrinter.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This is a 5 bit field so isn't the max 0x1f?
That's what the doc says, however it might be a typo/mistake. AMD internal code has 4, including headers with bitfield definitions. So only 4 is safe for now.