[PATCH] D33596: [globalisel][tablegen] Add support for EXTRACT_SUBREG.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 02:44:17 PDT 2017


dsanders updated this revision to Diff 103705.
dsanders marked an inline comment as done.
dsanders added a comment.

Fix the nits (// -> ///, Optional<std::pair<...>>, etc.)

Made the change requested for AArch64InstructionSelector.cpp as far as
possible. There are a few issues with the exact change as mentioned in my
comment.


https://reviews.llvm.org/D33596

Files:
  lib/Target/AArch64/AArch64InstructionSelector.cpp
  test/CodeGen/AArch64/GlobalISel/select-trunc.mir
  utils/TableGen/CodeGenRegisters.cpp
  utils/TableGen/CodeGenRegisters.h
  utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33596.103705.patch
Type: text/x-patch
Size: 17750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170623/48daff16/attachment.bin>


More information about the llvm-commits mailing list