[all-commits] [llvm/llvm-project] 21c2ba: [GlobalISel] Remove TargetLowering::isConstantUnsi...
Jay Foad via All-commits
all-commits at lists.llvm.org
Wed Sep 27 08:11:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21c2ba4bdb823c9be33c7fba091106818ab907d5
https://github.com/llvm/llvm-project/commit/21c2ba4bdb823c9be33c7fba091106818ab907d5
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
Log Message:
-----------
[GlobalISel] Remove TargetLowering::isConstantUnsignedBitfieldExtractLegal
Use LegalizerInfo::isLegalOrCustom instead.
Differential Revision: https://reviews.llvm.org/D116807
More information about the All-commits
mailing list