* 80 columns * Fix name of file (RISCVMoveMerger.cpp vs RISCVMoveMerge.cpp) * `//===--` prefix rather than center-aligned text.
This patch adds a pass to generate `cm.mvsa01` & `cm.mva01s`. RISCVMoveOptimizer.cpp which combines two mv inst into one cm.mva01s or cm.mva01s. Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D150415