julian-seward1 commented on Issue #2308:
@yurydelendik test-mention.
julian-seward1 commented on Issue #2308:
Thanks for the review. A couple of comments:
Also, is there an extra "preopt.serialized" that needs to be removed?
That is something to do with peepmatic -- a generated file, resulting from the change of the CLIF instruction-definition file.
there is no need to implement all
VecShiftImmOp
, onlySShr
is neededThat's true; but it was easy enough to implement and test
UShr
andShl
too. I thought these would be useful. In particular, for doing improved translations of CLIF vector shifts by immediate, at some future point.
Last updated: Nov 22 2024 at 17:03 UTC