[PATCH] D88044: [llvm-exegesis][PowerPC] Add more register classes

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 13:50:57 PDT 2020


jsji created this revision.
jsji added reviewers: PowerPC, courbet, gchatelet, steven.zhang, qiucf.
Herald added subscribers: llvm-commits, mstojanovic, shchenz, kbarton, hiraditya, mgorny, nemanjai.
Herald added a project: LLVM.
jsji requested review of this revision.

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

Also added more unit tests for SnippetGenerator.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88044

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88044.293249.patch
Type: text/x-patch
Size: 19273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200921/624ae5d2/attachment.bin>


More information about the llvm-commits mailing list