[all-commits] [llvm/llvm-project] 69bc37: [RISCV][GlobalISel] Zbkb support for G_ROTL and G_...
Mikhail Gudim via All-commits
all-commits at lists.llvm.org
Fri Dec 29 21:45:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69bc3718353e7dbb83e5f1fd2695d5eb6e6827fd
https://github.com/llvm/llvm-project/commit/69bc3718353e7dbb83e5f1fd2695d5eb6e6827fd
Author: Mikhail Gudim <mgudim at gmail.com>
Date: 2023-12-30 (Sat, 30 Dec 2023)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/rotate-rv32.mir
M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/rotate-rv64.mir
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-rotate-rv32.mir
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-rotate-rv64.mir
Log Message:
-----------
[RISCV][GlobalISel] Zbkb support for G_ROTL and G_ROTR (#76599)
These instructions are legal in the presence of Zbkb extension.
More information about the All-commits
mailing list