[all-commits] [llvm/llvm-project] 9d2f06: [llvm-exegesis] Ignore instructions using custom i...

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Fri Feb 19 01:06:04 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d2f06445ffaceb501abd9477d3b5ce7231af49d
      https://github.com/llvm/llvm-project/commit/9d2f06445ffaceb501abd9477d3b5ce7231af49d
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2021-02-19 (Fri, 19 Feb 2021)

  Changed paths:
    A llvm/test/tools/llvm-exegesis/PowerPC/unsupported-opcode.s
    M llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp
    M llvm/tools/llvm-exegesis/llvm-exegesis.cpp

  Log Message:
  -----------
  [llvm-exegesis] Ignore instructions using custom inserter

Some instructions defined in table-gen files sets usesCustomInserter
bit, which means it has to be lowered by target code and isn't actually
valid instruction at MC level. So we should treat them like pseudo
instructions.

Reviewed By: gchatelet

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




More information about the All-commits mailing list