[all-commits] [llvm/llvm-project] 56e6eb: [AArch64][GlobalISel] Make G_UBFX/G_SBFX legalizat...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Wed Mar 24 13:59:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56e6eb797599b3da0cf22a4e2cd293b76cb08c60
https://github.com/llvm/llvm-project/commit/56e6eb797599b3da0cf22a4e2cd293b76cb08c60
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
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
Log Message:
-----------
[AArch64][GlobalISel] Make G_UBFX/G_SBFX legalization check for constants
The original rule just checked the type, but this is actually only legal if
it has a constant.
Differential Revision: https://reviews.llvm.org/D99298
More information about the All-commits
mailing list