[all-commits] [llvm/llvm-project] 6b3eba: [ARC] Add disassembly for the conditioned move imm...

Thomas Johnson via All-commits all-commits at lists.llvm.org
Mon Jul 12 12:37:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b3eba7c285c9399f1a198d5490ac9522f2fd614
      https://github.com/llvm/llvm-project/commit/6b3eba7c285c9399f1a198d5490ac9522f2fd614
  Author: Thomas Johnson <thomasj at synopsys.com>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M llvm/lib/Target/ARC/ARCInstrFormats.td
    M llvm/lib/Target/ARC/ARCInstrInfo.td
    M llvm/lib/Target/ARC/Disassembler/ARCDisassembler.cpp
    M llvm/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.cpp
    M llvm/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.h

  Log Message:
  -----------
  [ARC] Add disassembly for the conditioned move immediate instruction

This change is a step towards implementing codegen for __builtin_clz().
Full support for CLZ with a regression test will follow shortly.
Differential Revision: https://reviews.llvm.org/D105560




More information about the All-commits mailing list