Increment/decrement scalar register by (scaled) element count given by
predicate pattern, e.g. 'incw x0, all, mul #4'.
Details
Diff Detail
Event Timeline
Looks OK to me.
test/MC/AArch64/SVE/decb.s | ||
---|---|---|
118 | 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 | Same here, and in the other variants. |
test/MC/AArch64/SVE/decb.s | ||
---|---|---|
118 | 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. |
I think you had a similar discussion with Florian about testing ranges of immediates in one of the other patches.
Looks like your checking all values between:
decb x0, #14
...
decb x0, #28
I certainly don't mind, but was just wondering if there's an added value (perhaps I am missing something).