Adds support for the SVE AND instruction with vector and logical-immediate operands, and their corresponding aliases.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
- Use 'all_of' instead of a loop to check that all elements in an array are the same.
| lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp | ||
|---|---|---|
| 1666 | The same (tied) operand is added twice to the instruction, see line 470. | |
Comment Actions
LGTM
| lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp | ||
|---|---|---|
| 1666 | Ah thanks. That might be worth a comment. | |
Is this exactly the same as above?