[all-commits] [llvm/llvm-project] e70e7d: [TableGen] Added a function for identification of ...

dpreobra via All-commits all-commits at lists.llvm.org
Mon Oct 5 04:28:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e70e7d1019ca8562b614a67c26995da42c0336ad
      https://github.com/llvm/llvm-project/commit/e70e7d1019ca8562b614a67c26995da42c0336ad
  Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
    M llvm/utils/TableGen/AsmMatcherEmitter.cpp

  Log Message:
  -----------
  [TableGen] Added a function for identification of unsupported opcodes.

This change implements generation of a function which may be used by a backend to check if a given instruction is supported for a specific subtarget.

Reviewers: sdesmalen

Differential Revision: https://reviews.llvm.org/D88214




More information about the All-commits mailing list