llvm/lib/Target/RISCV/InstPrinter
Alex Bradbury ff43d39338 [RISCV] Enable emission of alias instructions by default
This patch switches the default for -riscv-no-aliases to false
and updates all affected MC and CodeGen tests. As recommended in
D41071, MC tests use the canonical instructions and the CodeGen
tests use the aliases.

Additionally, for the f and d instructions with rounding mode,
the tests for the aliased versions are moved and tightened such
that they can actually detect if alias emission is enabled.
(see D40902 for context)

Differential Revision: https://reviews.llvm.org/D41225

Patch by Mario Werner.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320797 91177308-0d34-0410-b5e6-96231b3b80d8
2017-12-15 09:47:01 +00:00
..
CMakeLists.txt
LLVMBuild.txt
RISCVInstPrinter.cpp [RISCV] Enable emission of alias instructions by default 2017-12-15 09:47:01 +00:00
RISCVInstPrinter.h [RISCV] MC layer support for the standard RV32F instruction set extension 2017-12-07 10:26:05 +00:00