[PATCH] D138401: [DAGCombiner] fold or (xor x, y),? patterns

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 22:59:35 PST 2022


bcl5980 updated this revision to Diff 477066.
bcl5980 added a comment.

add a test to amdgpu for or (xor x, y), x --> or x, y
adjust test sra_to_sextload_multiple_sra_uses


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

https://reviews.llvm.org/D138401

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AMDGPU/fshl.ll
  llvm/test/CodeGen/AMDGPU/xor3-i1-const.ll
  llvm/test/CodeGen/X86/avx512-mask-op.ll
  llvm/test/CodeGen/X86/avx512bw-mask-op.ll
  llvm/test/CodeGen/X86/avx512dq-mask-op.ll
  llvm/test/CodeGen/X86/combine-sra-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138401.477066.patch
Type: text/x-patch
Size: 12117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221122/bd2563b0/attachment-0001.bin>


More information about the llvm-commits mailing list