[TargetLowering][RISCV][ARM][AArch64][Mips] Reduce the number of AND mask...
[TargetLowering][RISCV][ARM][AArch64][Mips] Reduce the number of AND mask constants used by BSWAP expansion. We can reuse constants if we use SRL followed by AND and AND followed by SHL. Similar was done to bitreverse previously. Differential Revision: https://reviews.llvm.org/D138045
Loading
Please sign in to comment