[all-commits] [llvm/llvm-project] c8ec68: [llvm-exegesis][PowerPC] Add more register classes

jsji via All-commits all-commits at lists.llvm.org
Fri Dec 4 07:02:44 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c8ec685ca555459051125f9c0194ceee19e959d7
      https://github.com/llvm/llvm-project/commit/c8ec685ca555459051125f9c0194ceee19e959d7
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/tools/llvm-exegesis/lib/PowerPC/Target.cpp
    M llvm/unittests/tools/llvm-exegesis/PowerPC/CMakeLists.txt
    A llvm/unittests/tools/llvm-exegesis/PowerPC/SnippetGeneratorTest.cpp
    A llvm/unittests/tools/llvm-exegesis/PowerPC/TestBase.h

  Log Message:
  -----------
  [llvm-exegesis][PowerPC] Add more register classes

This PR adds more register class support in PowerPC,
mark OperandType for imm and memory operands.

Also added more unit tests for SnippetGenerator.

Reviewed By: #powerpc, steven.zhang

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




More information about the All-commits mailing list