Add regression tests of asmparser, mccodeemitter, and disassembler for
shift operation instructions. Also change asmparser to support UImm7
operand. And, add new SLD/SRD/SLA isntructions also.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Consider using const auto* next time.