[PATCH] D110950: [AMDGPU] Enable divergence-driven BFE selection

Alexander via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 31 13:37:54 PDT 2021


alex-t updated this revision to Diff 383680.
alex-t added a comment.

sign_extend_inreg pattterns added
getS_BFE and getV_BFE replaced with the unified getBFE32 function


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110950/new/

https://reviews.llvm.org/D110950

Files:
  llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/test/CodeGen/AMDGPU/divergence-driven-bfe-isel.ll
  llvm/test/CodeGen/AMDGPU/llvm.round.f64.ll
  llvm/test/CodeGen/AMDGPU/srem-seteq-illegal-types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110950.383680.patch
Type: text/x-patch
Size: 12185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211031/6b177d25/attachment.bin>


More information about the llvm-commits mailing list