[all-commits] [llvm/llvm-project] 555332: [GlobalISel] Add G_ROTR and G_ROTL opcodes for rot...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Thu Mar 25 17:24:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55533203d72e6f08b083f369ab5e31e139f2ef48
https://github.com/llvm/llvm-project/commit/55533203d72e6f08b083f369ab5e31e139f2ef48
Author: Amara Emerson <amara at apple.com>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M llvm/docs/GlobalISel/GenericOpcode.rst
M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
M llvm/include/llvm/Support/TargetOpcodes.def
M llvm/include/llvm/Target/GenericOpcodes.td
M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
M llvm/lib/CodeGen/MachineVerifier.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
A llvm/test/MachineVerifier/test_g_rotr_rotl.mir
Log Message:
-----------
[GlobalISel] Add G_ROTR and G_ROTL opcodes for rotates.
Differential Revision: https://reviews.llvm.org/D99383
More information about the All-commits
mailing list