[all-commits] [llvm/llvm-project] a141c7: [AArch64][GlobalISel] Select G_SBFX and G_UBFX
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Wed Mar 24 11:16:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a141c7d06b92772177e8e5c6328ac8684a3683f1
https://github.com/llvm/llvm-project/commit/a141c7d06b92772177e8e5c6328ac8684a3683f1
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/select-sbfx.mir
A llvm/test/CodeGen/AArch64/GlobalISel/select-ubfx.mir
Log Message:
-----------
[AArch64][GlobalISel] Select G_SBFX and G_UBFX
Add selection support for G_SBFX and G_UBFX and add a test.
These must always have a constant LSB and width.
Differential Revision: https://reviews.llvm.org/D99224
More information about the All-commits
mailing list