[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 May 5 13:58:18 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL331601: [globalisel] Update GlobalISel emitter to match new representation of extending… (authored by dsanders, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D45541?vs=144467&id=145382#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45541

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45541.145382.patch
Type: text/x-patch
Size: 66637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180505/21ef2dee/attachment.bin>


More information about the llvm-commits mailing list