1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Target/RISCV/InstPrinter
Alex Bradbury af453b57a3 [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.

llvm-svn: 320797
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