[PATCH] D105560: Add disassembly for the conditioned move immediate instruction for the ARC backend
Graham Yiu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 7 13:20:13 PDT 2021
gyiu added a comment.
In D105560#2862938 <https://reviews.llvm.org/D105560#2862938>, @thomasjohns wrote:
> 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?
Sounds good to me.
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