[PATCH] D84863: [DAG][AMDGPU][X86] Add SimplifyMultipleUseDemandedBits handling for SIGN/ZERO_EXTEND + SIGN/ZERO_EXTEND_VECTOR_INREG

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 09:05:04 PDT 2020


RKSimon created this revision.
RKSimon added reviewers: arsenm, spatel, craig.topper.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
Herald added a project: LLVM.
RKSimon requested review of this revision.
Herald added a subscriber: wdng.

Peek through multiple use ops like we already for ANY_EXTEND/ANY_EXTEND_VECTOR_INREG


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84863

Files:
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/AMDGPU/bswap.ll
  llvm/test/CodeGen/AMDGPU/fshr.ll
  llvm/test/CodeGen/AMDGPU/idot8s.ll
  llvm/test/CodeGen/AMDGPU/idot8u.ll
  llvm/test/CodeGen/AMDGPU/saddsat.ll
  llvm/test/CodeGen/AMDGPU/ssubsat.ll
  llvm/test/CodeGen/AMDGPU/uaddsat.ll
  llvm/test/CodeGen/AMDGPU/usubsat.ll
  llvm/test/CodeGen/X86/vector-fshl-128.ll
  llvm/test/CodeGen/X86/vector-fshr-128.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84863.281627.patch
Type: text/x-patch
Size: 46552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/0a2ef75c/attachment.bin>


More information about the llvm-commits mailing list