[all-commits] [llvm/llvm-project] f5e9be: [GlobalISel] Implement lowering for G_ROTR and G_R...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Tue Mar 30 09:45:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5e9be6fdbdbe2a11f0227963fd4c15e3c319a44
https://github.com/llvm/llvm-project/commit/f5e9be6fdbdbe2a11f0227963fd4c15e3c319a44
Author: Amara Emerson <amara at apple.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
Log Message:
-----------
[GlobalISel] Implement lowering for G_ROTR and G_ROTL.
This is a straightforward port.
Differential Revision: https://reviews.llvm.org/D99449
More information about the All-commits
mailing list