[PATCH] D120648: [RISCV] DAG combine bswap(srl (bswap t), x) to shl t, x

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 01:06:48 PST 2022


frasercrmck added a comment.

Is this a target-independent optimization that's worth doing in general DAGCombine?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120648



More information about the llvm-commits mailing list