[all-commits] [llvm/llvm-project] f72da9: [SelectionDAG] Use getShiftAmountConstant to simpl...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Feb 4 16:05:25 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f72da9f4fd389951c4d65055f5471e208f256212
https://github.com/llvm/llvm-project/commit/f72da9f4fd389951c4d65055f5471e208f256212
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-02-04 (Sun, 04 Feb 2024)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Log Message:
-----------
[SelectionDAG] Use getShiftAmountConstant to simplify code. NFC (#80561)
Replace calls to getShiftAmountTy+getConstant with
getShiftAmountContant.
More information about the All-commits
mailing list