[PATCH] D49641: AMDGPU/R600: Add MOV instructions to BFE patterns

Jan Vesely via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 21 19:59:03 PDT 2018


jvesely created this revision.
jvesely added a reviewer: arsenm.
Herald added subscribers: llvm-commits, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl.

R600 can't handle immediates for BFE, the movs will be eliminated later.
Fixes powr/pow regressions n r600 since r334817.


Repository:
  rL LLVM

https://reviews.llvm.org/D49641

Files:
  lib/Target/AMDGPU/AMDGPUInstructions.td
  test/CodeGen/AMDGPU/extract-lowbits.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49641.156697.patch
Type: text/x-patch
Size: 8948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180722/ebeddb16/attachment.bin>


More information about the llvm-commits mailing list