[PATCH] D45541: [globalisel] Update GlobalISel emitter to match new representation of extending loads

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 28 20:20:38 PDT 2018


dsanders updated this revision to Diff 144467.
dsanders marked 3 inline comments as done.
dsanders added a comment.

Refresh patch
Fix most of the nits
Update GlobalISelEmitter.td


Repository:
  rL LLVM

https://reviews.llvm.org/D45541

Files:
  include/llvm/CodeGen/GlobalISel/InstructionSelector.h
  include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  lib/Target/AArch64/AArch64InstructionSelector.cpp
  lib/Target/AArch64/AArch64LegalizerInfo.cpp
  test/CodeGen/AArch64/GlobalISel/legalize-extload.mir
  test/CodeGen/AArch64/GlobalISel/legalize-sextload.mir
  test/CodeGen/AArch64/GlobalISel/legalize-zextload.mir
  test/CodeGen/AArch64/GlobalISel/select-atomicrmw.mir
  test/CodeGen/AArch64/GlobalISel/select-cmpxchg.mir
  test/CodeGen/AArch64/GlobalISel/select-extload.mir
  test/CodeGen/AArch64/GlobalISel/select-load.mir
  test/CodeGen/AArch64/GlobalISel/select-sextload.mir
  test/CodeGen/AArch64/GlobalISel/select-with-no-legality-check.mir
  test/CodeGen/AArch64/GlobalISel/select-zextload.mir
  test/TableGen/GlobalISelEmitter.td
  utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45541.144467.patch
Type: text/x-patch
Size: 65920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180429/9a962635/attachment.bin>


More information about the llvm-commits mailing list