]> granicus.if.org Git - llvm/commit
AMDGPU: Add another BFE pattern
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 23 Feb 2017 00:23:43 +0000 (00:23 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 23 Feb 2017 00:23:43 +0000 (00:23 +0000)
commit32a81bbff2f44e695d10d4be8b229fbb3fdf2da6
treeb888414a4099eafecf8869feb28aaacddf710845
parentcd39b42cab26b48aa4d512c9e5a8ce2f1fd21052
AMDGPU: Add another BFE pattern

This is the pattern that falls out of the instruction's
definition if offset == 0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295912 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUInstructions.td
lib/Target/AMDGPU/EvergreenInstructions.td
lib/Target/AMDGPU/SIInstructions.td
test/CodeGen/AMDGPU/bfe-patterns.ll [new file with mode: 0644]