[PATCH] D39823: GlobalISel: Enable the legalization of G_MERGE_VALUES and G_UNMERGE_VALUES

Volkan Keles via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 13:10:02 PST 2017


volkan updated this revision to Diff 122513.
volkan added a comment.

Removed the special case for G_MERGE_VALUES.


https://reviews.llvm.org/D39823

Files:
  include/llvm/Target/GenericOpcodes.td
  lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  lib/Target/AArch64/AArch64LegalizerInfo.cpp
  lib/Target/ARM/ARMLegalizerInfo.cpp
  lib/Target/X86/X86LegalizerInfo.cpp
  test/CodeGen/AArch64/GlobalISel/legalize-combines.mir
  test/CodeGen/AArch64/GlobalISel/legalize-merge-values.mir
  test/CodeGen/AArch64/GlobalISel/legalize-unmerge-values.mir
  test/CodeGen/AArch64/GlobalISel/no-regclass.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39823.122513.patch
Type: text/x-patch
Size: 12891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171110/2fd1a618/attachment.bin>


More information about the llvm-commits mailing list