[PATCH] D41771: [mips] Include EVA instructions in the Std2MicroMips mapping tables
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 8 04:22:41 PST 2018
sdardis added a comment.
Can you provide a test case for this? You can generate a .mir file with the stop-after option of llc, then modify by hand the stores and loads to use the MIPS eva instructions. The test case should then use start-after= with -mattr=+micromips, produce an object file, then disassemble the object for and check that the resulting object file contains only micromips instructions.
Repository:
rL LLVM
https://reviews.llvm.org/D41771
More information about the llvm-commits
mailing list