[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
Thu Jul 8 10:14:39 PDT 2021
thomasjohns added inline comments.
================
Comment at: llvm/lib/Target/ARC/Disassembler/ARCDisassembler.cpp:14
#include "ARC.h"
#include "ARCRegisterInfo.h"
----------------
For these, I need to do some research for how to workaround. With the way the buildkite bot checks this, it doesn't seem to pick up our `compile_commands.json` correctly or something like that.
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