[PATCH] D108961: [RISCV] MC relaxation for out-of-range conditional branch.
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 11:50:59 PST 2023
reames added a comment.
================
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
+
----------------
craig.topper wrote:
> 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.
You are correct here. Ignore me.
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