[all-commits] [llvm/llvm-project] ba3ef3: [RISCV][GlobalISel] Zbkb support for G_BSWAP (#77050)
Mikhail Gudim via All-commits
all-commits at lists.llvm.org
Fri Jan 5 20:20:00 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba3ef331b4568b5996172076572581e68c2d3c0c
https://github.com/llvm/llvm-project/commit/ba3ef331b4568b5996172076572581e68c2d3c0c
Author: Mikhail Gudim <mgudim at gmail.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/bswap-rv32.mir
M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/bswap-rv64.mir
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-bswap-rv32.mir
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-bswap-rv64.mir
Log Message:
-----------
[RISCV][GlobalISel] Zbkb support for G_BSWAP (#77050)
This instructions is legal in the presence of Zbkb extension.
More information about the All-commits
mailing list