[PATCH] D108961: [RISCV] MC relaxation for out-of-range conditional branch.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 11:35:06 PST 2023
craig.topper added inline comments.
================
Comment at: llvm/test/MC/RISCV/long-conditional-jump.s:6
+# RUN: | llvm-objdump -d -M no-aliases - \
+# RUN: | FileCheck --check-prefix=CHECK-INST-C %s
+
----------------
reames wrote:
> Use check-prefixes to common all but the couple which actually differ?
There doesn't appear to be much common. The hex constants are different in every case but the first.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108961/new/
https://reviews.llvm.org/D108961
More information about the llvm-commits
mailing list