Thanks to @fixathon for catching this code I added in https://reviews.llvm.org/D62764. This method clears the lower 3 bits of the second byte of an instruction, then compares it to a few values including 0x20 (fine) and 0x24, twice, with comments that seem to contradict the behavior. Of course, having masked off the low 3 bits, these duplicated entries are never matched.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo