You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RISCV] Add CompressPat for all cases in isCopyInstrImpl
We may end up with a non-canonical move (copy) instruction after a pass like
MachineCopyPropagation that doesn't get compressed because we don't have
an explicit pattern for it. This patch addressses that by adding
additional CompressPat. This means that the generated code will be
slightly different with/without the compressed extension. This isn't
expected to be problematic as the instructions in question are all
simple arithmetic ops.
0 commit comments