This doesn't work: ``` g `MAYCHANGE [YMM1;YMM2] s0 s1 ==> MAYCHANGE [YMM2;YMM1] s0 s1`;; e STRIP_TAC;; e MONOTONE_MAYCHANGE_TAC;; ``` But this works: ``` g `MAYCHANGE [RAX;RBX] s0 s1 ==> MAYCHANGE [RBX;RAX] s0 s1`;; e STRIP_TAC;; e MONOTONE_MAYCHANGE_TAC;; ```
This doesn't work:
But this works: