[PATCH] D157694: [RISCV][MC]Add support for Binary MCExpr
Yvan Roux via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 05:13:17 PDT 2023
yroux added a comment.
Hi,
Just a comment to point that this patch will help building the RISCV Architecture test-suite <https://github.com/riscv-non-isa/riscv-arch-test> with Clang
where test macros for JAL and branch contain instructions like `inst reg1, reg2, label+offset`.
I was about to submit the same patch, so it LGTM ;) but I let others accept it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157694/new/
https://reviews.llvm.org/D157694
More information about the llvm-commits
mailing list