[PATCH] D30529: [RFC][GlobalISel] Enable legalizing non-power-of-2 sized types.

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 09:09:31 PDT 2017


kristof.beyls updated this revision to Diff 104662.
kristof.beyls retitled this revision from "[GlobalISel] Enable specifying how to legalize non-power-of-2 size types. [NFC-ish]" to "[RFC][GlobalISel] Enable legalizing non-power-of-2 sized types.".
kristof.beyls edited the summary of this revision.

https://reviews.llvm.org/D30529

Files:
  include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
  include/llvm/Support/LowLevelTypeImpl.h
  lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  lib/Support/LowLevelType.cpp
  lib/Target/AArch64/AArch64LegalizerInfo.cpp
  lib/Target/ARM/ARMLegalizerInfo.cpp
  lib/Target/X86/X86LegalizerInfo.cpp
  test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
  test/CodeGen/AArch64/GlobalISel/legalize-add.mir
  test/CodeGen/AArch64/GlobalISel/legalize-inserts.mir
  unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp
  unittests/CodeGen/LowLevelTypeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30529.104662.patch
Type: text/x-patch
Size: 77363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170629/970159cc/attachment.bin>


More information about the llvm-commits mailing list