[PATCH] D26878: [GlobalISel] Add tentative Selector-emitted tablegen backend.

Ahmed Bougacha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 15:53:54 PST 2016


ab updated this revision to Diff 81320.
ab marked 2 inline comments as done.
ab added a comment.

- Split 'MatcherAction's from 'Matcher's
- Remove Widenable logic
- Add RegBank checking (asks RBI for the bank covering a class to check that the operand is in that bank;  we'll update that once https://reviews.llvm.org/D27338 lands)


https://reviews.llvm.org/D26878

Files:
  include/llvm/Target/Target.td
  include/llvm/Target/TargetGlobalISel.td
  lib/Target/AArch64/AArch64InstructionSelector.cpp
  lib/Target/AArch64/AArch64InstructionSelector.h
  lib/Target/AArch64/CMakeLists.txt
  utils/TableGen/CMakeLists.txt
  utils/TableGen/GlobalISelEmitter.cpp
  utils/TableGen/TableGen.cpp
  utils/TableGen/TableGenBackends.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26878.81320.patch
Type: text/x-patch
Size: 18656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161213/4a7cd5d9/attachment-0001.bin>


More information about the llvm-commits mailing list