[PATCH] D78364: [MC][Bugfix] Remove redundant parameter for relaxInstruction
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 18 00:30:59 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/MC/RISCV/rv64-relaxation-encoding.s:1
+// RUN: llvm-mc -filetype=obj -triple riscv64 -mattr=+c %s | llvm-objdump -d -M no-aliases - | FileCheck %s --check-prefix=INSTR
+
----------------
`# `
================
Comment at: llvm/test/MC/RISCV/rv64-relaxation-encoding.s:9
+
+# INSTR: 01 c1 c.beqz a0, 0 <NEAR>
+# RELAX-INSTR: 63 00 05 00 beq a0, zero, 0 <NEAR>
----------------
Omit encodings.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78364/new/
https://reviews.llvm.org/D78364
More information about the llvm-commits
mailing list