[all-commits] [llvm/llvm-project] 09a882: [GlobalISel] Allow different types for G_SBFX and ...
bcahoon via All-commits
all-commits at lists.llvm.org
Fri Apr 2 08:15:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09a88278cbe10927cce488f725e9820f79ce2f54
https://github.com/llvm/llvm-project/commit/09a88278cbe10927cce488f725e9820f79ce2f54
Author: Brendon Cahoon <brendon.cahoon at amd.com>
Date: 2021-04-02 (Fri, 02 Apr 2021)
Changed paths:
M llvm/include/llvm/Target/GenericOpcodes.td
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/form-bitfield-extract-from-sextinreg.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-sbfx.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-ubfx.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
M llvm/unittests/CodeGen/GlobalISel/MachineIRBuilderTest.cpp
Log Message:
-----------
[GlobalISel] Allow different types for G_SBFX and G_UBFX operands
Change the definition of G_SBFX and G_UBFX so that the lsb and width
can have different types than the src and dst operands.
Differential Revision: https://reviews.llvm.org/D99739
More information about the All-commits
mailing list