[llvm] [RISCV][GISEL] Add legalizer for G_BSWAP (PR #70226)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 11:43:39 PDT 2023
================
@@ -81,6 +81,11 @@ RISCVLegalizerInfo::RISCVLegalizerInfo(const RISCVSubtarget &ST) {
.clampScalar(BigTyIdx, XLenLLT, XLenLLT);
}
+ getActionDefinitionsBuilder(G_BSWAP)
+ .widenScalarToNextPow2(0)
----------------
topperc wrote:
As far as I know bswap isn't required to be a power of 2. Just multiple of 16 bits.
https://github.com/llvm/llvm-project/pull/70226
More information about the llvm-commits
mailing list