[PATCH] D68479: GlobalISel: Implement fewerElementsVector for G_BUILD_VECTOR

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 12:48:06 PDT 2019


arsenm updated this revision to Diff 223268.
arsenm added a comment.

Include all test updates


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68479/new/

https://reviews.llvm.org/D68479

Files:
  include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-build-vector.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fcos.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-ffloor.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fmad.s16.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fsin.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-shuffle-vector.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-smax.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-smin.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68479.223268.patch
Type: text/x-patch
Size: 249606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/10574e2f/attachment-0001.bin>


More information about the llvm-commits mailing list