[PATCH] D16252: AMDGPU: Reduce 64-bit lshr by constant to 32-bit

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 19:36:49 PST 2016


arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.

64-bit shifts are very slow on some subtargets.

http://reviews.llvm.org/D16252

Files:
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.h
  test/CodeGen/AMDGPU/half.ll
  test/CodeGen/AMDGPU/shift-i64-opts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16252.45065.patch
Type: text/x-patch
Size: 6100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160116/65c926a5/attachment.bin>


More information about the llvm-commits mailing list