Increment/decrement scalar register by (scaled) element count given by
predicate pattern, e.g. 'incw x0, all, mul #4'.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks OK to me.
test/MC/AArch64/SVE/decb.s | ||
---|---|---|
118 ↗ | (On Diff #149746) | I think you had a similar discussion with Florian about testing ranges of immediates in one of the other patches. decb x0, #14 I certainly don't mind, but was just wondering if there's an added value (perhaps I am missing something). |
test/MC/AArch64/SVE/decd.s | ||
118 ↗ | (On Diff #149746) | Same here, and in the other variants. |
test/MC/AArch64/SVE/decb.s | ||
---|---|---|
118 ↗ | (On Diff #149746) | Yes, that's a fair point, I can probably cut this down a bit by just testing the boundaries (#14 and #28) for most variants, and just let one variant (e.g. incb) test all of them. I'll make that change before I commit. |