[PATCH] D16254: AMDGPU: Split 64-bit and of constant up

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


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

This breaks the tests that were meant for testing
64-bit inline immediates, so move those to shl where
they won't be broken up.
    
This should be repeated for the other related bit ops.

http://reviews.llvm.org/D16254

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16254.45067.patch
Type: text/x-patch
Size: 28332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160116/d16e9f5a/attachment.bin>


More information about the llvm-commits mailing list