[PATCH] D105560: Add disassembly for the conditioned move immediate instruction for the ARC backend
Thomas Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 7 13:14:41 PDT 2021
thomasjohns added a comment.
In D105560#2862905 <https://reviews.llvm.org/D105560#2862905>, @gyiu wrote:
> Do we also need a LIT testcase for this under llvm/test/CodeGen/ARC?
This change is only aiming to get the disassembly working (and thus the llvm/test/MC/Disassembler/ARC case). Our plan is to get the code-gen side of the CLZ intrinsic working in a follow up patch, and then we'll add the codegen LIT testcase there. Does this sound okay?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105560/new/
https://reviews.llvm.org/D105560
More information about the llvm-commits
mailing list