[PATCH] D17667: AMDGPU: Set HasExtractBitInsn

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 17:11:07 PST 2016


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

This currently does not have the control over the bitwidth,
and there are missing optimizations to reduce the integer to
32-bit if it can be.
    
But in most situations we do want the sinking to occur.

http://reviews.llvm.org/D17667

Files:
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  test/CodeGen/AMDGPU/cgp-bitfield-extract.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17667.49270.patch
Type: text/x-patch
Size: 8053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160227/7ca4545e/attachment.bin>


More information about the llvm-commits mailing list