[PATCH] D121504: [DAGCombine] precommit tests for (bswap(srl (bswap c), x)) -> (shl c, x)

Chenbing.Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 18:53:56 PST 2022


Chenbing.Zheng created this revision.
Chenbing.Zheng added reviewers: craig.topper, frasercrmck, RKSimon, lebedev.ri, luismarques, asb, benshi001.
Chenbing.Zheng added a project: LLVM.
Herald added subscribers: luke957, apazos, sameer.abuasal, pengfei, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar.
Herald added a project: All.
Chenbing.Zheng requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, jacquesguan, MaskRay.

This patch is precommit tests for D120648 <https://reviews.llvm.org/D120648>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121504

Files:
  llvm/test/CodeGen/RISCV/bswap-srli-bswap.ll
  llvm/test/CodeGen/X86/combine-bswap.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121504.414785.patch
Type: text/x-patch
Size: 11948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220312/b7ee49e7/attachment.bin>


More information about the llvm-commits mailing list