[all-commits] [llvm/llvm-project] 1818dc: [AArch64][GlobalISel] Mark G_SBFX/G_UBFX as legal ...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Wed Mar 24 11:10:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1818dc394f3172a44df07adf754110d7ecca5e13
https://github.com/llvm/llvm-project/commit/1818dc394f3172a44df07adf754110d7ecca5e13
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/legalize-sbfx.mir
A llvm/test/CodeGen/AArch64/GlobalISel/legalize-ubfx.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
Log Message:
-----------
[AArch64][GlobalISel] Mark G_SBFX/G_UBFX as legal for s32 and s64
This isn't perfect, since we should also verify that these only use constants.
Differential Revision: https://reviews.llvm.org/D99219
More information about the All-commits
mailing list