Adds support for the SVE AND instruction with vector and logical-immediate operands, and their corresponding aliases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 ↗ | (On Diff #130594) | The same (tied) operand is added twice to the instruction, see line 470. |
Comment Actions
LGTM
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp | ||
---|---|---|
1666 ↗ | (On Diff #130594) | Ah thanks. That might be worth a comment. |