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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 02:35:24 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL317560: [GlobalISel] Enable legalizing non-power-of-2 sized types. (authored by kbeyls).

Changed prior to commit:
  https://reviews.llvm.org/D30529?vs=117510&id=121861#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D30529

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30529.121861.patch
Type: text/x-patch
Size: 89214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171107/37d983fb/attachment.bin>


More information about the llvm-commits mailing list