[PATCH] D36880: [GSel]: Add a cleanup combiner to cleanup legalization artifacts

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 14:41:26 PDT 2017


aditya_nandakumar updated this revision to Diff 112971.
aditya_nandakumar marked 2 inline comments as done.
aditya_nandakumar added a comment.

Updated based on feedback.


https://reviews.llvm.org/D36880

Files:
  include/llvm/CodeGen/GlobalISel/Legalizer.h
  include/llvm/CodeGen/GlobalISel/LegalizerCombiner.h
  include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  lib/CodeGen/GlobalISel/Legalizer.cpp
  test/CodeGen/AArch64/GlobalISel/legalize-add.mir
  test/CodeGen/AArch64/GlobalISel/legalize-and.mir
  test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir
  test/CodeGen/AArch64/GlobalISel/legalize-div.mir
  test/CodeGen/AArch64/GlobalISel/legalize-gep.mir
  test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir
  test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
  test/CodeGen/AArch64/GlobalISel/legalize-mul.mir
  test/CodeGen/AArch64/GlobalISel/legalize-or.mir
  test/CodeGen/AArch64/GlobalISel/legalize-phi.mir
  test/CodeGen/AArch64/GlobalISel/legalize-rem.mir
  test/CodeGen/AArch64/GlobalISel/legalize-shift.mir
  test/CodeGen/AArch64/GlobalISel/legalize-simple.mir
  test/CodeGen/AArch64/GlobalISel/legalize-sub.mir
  test/CodeGen/AArch64/GlobalISel/legalize-xor.mir
  test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36880.112971.patch
Type: text/x-patch
Size: 43926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170828/9631ed1f/attachment.bin>


More information about the llvm-commits mailing list